]> git.mxchange.org Git - friendica.git/commitdiff
No dropping
authorMichael <heluecht@pirati.ca>
Fri, 3 Jun 2022 20:14:38 +0000 (20:14 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 3 Jun 2022 20:14:38 +0000 (20:14 +0000)
src/Console/DatabaseStructure.php
src/Console/MergeContacts.php

index a79e3a622dce9de67d76d14a7d76711611ab34bd..652abfd97dda1843e4a05680af7f009a67474603 100644 (file)
@@ -52,7 +52,7 @@ Usage
 
 Commands
     drop     Show tables that aren't in use by Friendica anymore and can be dropped
-       -e|--execute    Execute the dropping
+       -e|--execute    Execute the removal
 
     update   Update database schema
        -f|--force      Force the update command (Even if the database structure matches)
index e4a268b1ef90e7981ceb90fada88bb8aff5f97a2..79cd0b4b749ae431e49e6cb22f904f077e2eb4ad 100644 (file)
@@ -54,7 +54,7 @@ Description
 
 Options
        -h|--help|-? Show help information
-       -e|--execute Execute the dropping
+       -e|--execute Execute the merge
 HELP;
                return $help;
        }