Fix typo
This commit is contained in:
parent
61f7ebe156
commit
1ea4584027
|
@ -8,7 +8,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance
|
||||||
AUTHOR="(C) 2013-2018 by Orsiris de Jong"
|
AUTHOR="(C) 2013-2018 by Orsiris de Jong"
|
||||||
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
|
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
|
||||||
PROGRAM_VERSION=1.3.0-dev
|
PROGRAM_VERSION=1.3.0-dev
|
||||||
PROGRAM_BUILD=2018070101
|
PROGRAM_BUILD=2018070201
|
||||||
IS_STABLE=no
|
IS_STABLE=no
|
||||||
|
|
||||||
#TODO: tidy up ExecTasks comments
|
#TODO: tidy up ExecTasks comments
|
||||||
|
@ -2757,7 +2757,7 @@ function GetCommandlineArguments {
|
||||||
;;
|
;;
|
||||||
--initialize)
|
--initialize)
|
||||||
INITIALIZE="yes"
|
INITIALIZE="yes"
|
||||||
opts=$opts "--initialize"
|
opts=$opts" --initialize"
|
||||||
;;
|
;;
|
||||||
--no-prefix)
|
--no-prefix)
|
||||||
opts=$opts" --no-prefix"
|
opts=$opts" --no-prefix"
|
||||||
|
|
Loading…
Reference in New Issue