From 93793ed7b4e4c6bc2ea08cc058e8b7c5ef65ea8b Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 16 Dec 2015 12:05:56 +0100 Subject: [PATCH] Fixed more typos in cmdline options --- dev/debug_osync.sh | 8 ++++---- dev/n_osync.sh | 8 ++++---- osync.sh | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dev/debug_osync.sh b/dev/debug_osync.sh index 2b277ef..608f3d4 100755 --- a/dev/debug_osync.sh +++ b/dev/debug_osync.sh @@ -4,7 +4,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-pre -PROGRAM_BUILD=2015121501 +PROGRAM_BUILD=2015121601 IS_STABLE=no FUNC_BUILD=2015121503 @@ -2341,13 +2341,13 @@ do _DRYRUN=1 opts=$opts" --dry" ;; - --_SILENT) + --silent) _SILENT=1 - opts=$opts" --_SILENT" + opts=$opts" --silent" ;; --verbose) _VERBOSE=1 - opts=$opts" --_VERBOSE" + opts=$opts" --verbose" ;; --stats) stats=1 diff --git a/dev/n_osync.sh b/dev/n_osync.sh index c98c7f4..ecedcc3 100755 --- a/dev/n_osync.sh +++ b/dev/n_osync.sh @@ -4,7 +4,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-pre -PROGRAM_BUILD=2015121501 +PROGRAM_BUILD=2015121601 IS_STABLE=no source "./ofunctions.sh" @@ -1447,13 +1447,13 @@ do _DRYRUN=1 opts=$opts" --dry" ;; - --_SILENT) + --silent) _SILENT=1 - opts=$opts" --_SILENT" + opts=$opts" --silent" ;; --verbose) _VERBOSE=1 - opts=$opts" --_VERBOSE" + opts=$opts" --verbose" ;; --stats) stats=1 diff --git a/osync.sh b/osync.sh index 4e0f071..15cce2d 100755 --- a/osync.sh +++ b/osync.sh @@ -4,7 +4,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-pre -PROGRAM_BUILD=2015121501 +PROGRAM_BUILD=2015121601 IS_STABLE=no FUNC_BUILD=2015121503 @@ -2203,13 +2203,13 @@ do _DRYRUN=1 opts=$opts" --dry" ;; - --_SILENT) + --silent) _SILENT=1 - opts=$opts" --_SILENT" + opts=$opts" --silent" ;; --verbose) _VERBOSE=1 - opts=$opts" --_VERBOSE" + opts=$opts" --verbose" ;; --stats) stats=1