No dropping

This commit is contained in:
Michael 2022-06-03 20:14:38 +00:00
parent b794c599a9
commit 194f0f7058
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ Usage
Commands Commands
drop Show tables that aren't in use by Friendica anymore and can be dropped 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 update Update database schema
-f|--force Force the update command (Even if the database structure matches) -f|--force Force the update command (Even if the database structure matches)

View File

@ -54,7 +54,7 @@ Description
Options Options
-h|--help|-? Show help information -h|--help|-? Show help information
-e|--execute Execute the dropping -e|--execute Execute the merge
HELP; HELP;
return $help; return $help;
} }