diff --git a/Scripts/Bash/Functions/Prepare/prepare_getOptions.sh b/Scripts/Bash/Functions/Prepare/prepare_getOptions.sh index f846992..101897d 100755 --- a/Scripts/Bash/Functions/Prepare/prepare_getOptions.sh +++ b/Scripts/Bash/Functions/Prepare/prepare_getOptions.sh @@ -31,7 +31,7 @@ function prepare_getOptions { local ARGSS="" # Define long options we want to support. - local ARGSL="quiet,answer-yes,packages,locales,links,images,manuals,set-environment,see-environment,commit-changes" + local ARGSL="quiet,answer-yes,packages,locales,links,images,manuals,set-environment,see-environment,sync-changes" # Redefine ARGUMENTS using getopt(1) command parser. cli_parseArguments @@ -89,8 +89,8 @@ function prepare_getOptions { shift 1 ;; - --commit-changes ) - FLAG_COMMIT_CHANGES="true" + --sync-changes ) + FLAG_SYNC_CHANGES="true" shift 1 ;;