Replaced tabs with spaces

This commit is contained in:
Michael 2020-12-20 14:04:00 +00:00
parent 6ebd023c4e
commit 246a90b0e6

View file

@ -62,9 +62,9 @@ Commands
Options Options
-h|--help|-? Show help information -h|--help|-? Show help information
-v Show more debug information. -v Show more debug information.
-e|--execute Execute the dropping. -e|--execute Execute the dropping.
-f|--force Force the update command (Even if the database structure matches) -f|--force Force the update command (Even if the database structure matches)
-o|--override Override running or stalling updates -o|--override Override running or stalling updates
HELP; HELP;
return $help; return $help;
} }