From fbff8fa29c2d8d966daabc8aa366862dfa28ff34 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 29 2012 21:42:35 +0000 Subject: Update `Functions/Commons/cli.sh' file. --- 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)