From 6225b8babe8bb23fb5b78e4451c08766992c6441 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 19 Apr 2021 11:56:59 -0400 Subject: [PATCH] Indicate that there should be a space after single char options and their value --- scripts/zmupdate.pl.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/zmupdate.pl.in b/scripts/zmupdate.pl.in index b89f6a8f8..0d1756026 100644 --- a/scripts/zmupdate.pl.in +++ b/scripts/zmupdate.pl.in @@ -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= - Force upgrade to the current version from --u, --user= - Alternate DB user with privileges to alter DB --p, --pass= - Password of alternate DB user with privileges to alter DB --d,--dir= - Directory containing update files if not in default build location +-v , --version= - Force upgrade to the current version from +-u , --user= - Alternate DB user with privileges to alter DB +-p , --pass= - Password of alternate DB user with privileges to alter DB +-d , --dir= - Directory containing update files if not in default build location -interactive - interact with the user -nointeractive - do not interact with the user