From 3b1c2a769a8789060ce4b3a749b82f3ea838d375 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 29 2012 21:42:31 +0000 Subject: Update `Functions/Tuneup/tuneup_getOptions.sh' file. --- diff --git a/Scripts/Bash/Functions/Tuneup/tuneup_getOptions.sh b/Scripts/Bash/Functions/Tuneup/tuneup_getOptions.sh index 425996b..2088753 100755 --- a/Scripts/Bash/Functions/Tuneup/tuneup_getOptions.sh +++ b/Scripts/Bash/Functions/Tuneup/tuneup_getOptions.sh @@ -29,7 +29,7 @@ function tuneup_getOptions { local ARGSS="" # Define long options we want to support. - local ARGSL="filter:,quiet,answer-yes,commit-changes" + local ARGSL="filter:,quiet,answer-yes,sync-changes" # Redefine ARGUMENTS using getopt(1) command parser. cli_parseArguments @@ -58,7 +58,7 @@ function tuneup_getOptions { ;; --answer-yes ) - FLAG_COMMIT_CHANGES="true" + FLAG_SYNC_CHANGES="true" shift 1 ;;