Indicate that there should be a space after single char options and their value
This commit is contained in:
parent
484ff7dbaa
commit
6225b8babe
|
@ -40,10 +40,10 @@ configuring upgrades etc, including on the fly upgrades.
|
|||
-c, --check - Check for updated versions of ZoneMinder
|
||||
-f, --freshen - Freshen the configuration in the database. Equivalent of old zmconfig.pl -noi
|
||||
--migrate-events - Update database structures as per USE_DEEP_STORAGE setting.
|
||||
-v<version>, --version=<version> - Force upgrade to the current version from <version>
|
||||
-u<dbuser>, --user=<dbuser> - Alternate DB user with privileges to alter DB
|
||||
-p<dbpass>, --pass=<dbpass> - Password of alternate DB user with privileges to alter DB
|
||||
-d<dir>,--dir=<dir> - Directory containing update files if not in default build location
|
||||
-v <version>, --version=<version> - Force upgrade to the current version from <version>
|
||||
-u <dbuser>, --user=<dbuser> - Alternate DB user with privileges to alter DB
|
||||
-p <dbpass>, --pass=<dbpass> - Password of alternate DB user with privileges to alter DB
|
||||
-d <dir>, --dir=<dir> - Directory containing update files if not in default build location
|
||||
-interactive - interact with the user
|
||||
-nointeractive - do not interact with the user
|
||||
|
||||
|
|
Loading…
Reference in New Issue