From 8dfdd1a7169b97a8b6d2a6a6c84b6ac3826caa49 Mon Sep 17 00:00:00 2001 From: Janne Savikko Date: Thu, 15 Mar 2018 13:50:12 +0200 Subject: [PATCH] syncoid: fix --version in options list of helptext syncoid does not have verbose option. Replace verbose with version in options list of helptext. --- syncoid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncoid b/syncoid index 7337f5b..29f0176 100755 --- a/syncoid +++ b/syncoid @@ -956,7 +956,7 @@ Options: --sshoption|o=OPTION Passes OPTION to ssh for remote usage. Can be specified multiple times --help Prints this helptext - --verbose Prints the version number + --version Prints the version number --debug Prints out a lot of additional information during a syncoid run --monitor-version Currently does nothing --quiet Suppresses non-error output