diff --git a/Scripts/Bash/Functions/Commons/cli.sh b/Scripts/Bash/Functions/Commons/cli.sh index bc24bc8..5dec921 100755 --- a/Scripts/Bash/Functions/Commons/cli.sh +++ b/Scripts/Bash/Functions/Commons/cli.sh @@ -55,10 +55,10 @@ function cli { local FLAG_ANSWER='false' # Initialize default value to commit changes flag. This flag - # (--commit-changes) controls whether subversion is triggered or + # (--sync-changes) controls whether subversion is triggered or # not after realizing changes to source files under version # control. - local FLAG_COMMIT_CHANGES='false' + local FLAG_SYNC_CHANGES='false' # Initialize list of common functionalities to load. local FILES=$(ls ${CLI_FUNCDIR}/Commons/*.sh)