diff --git a/Scripts/Bash/Functions/Locale/locale_getOptions.sh b/Scripts/Bash/Functions/Locale/locale_getOptions.sh index 68e6d60..aea2891 100755 --- a/Scripts/Bash/Functions/Locale/locale_getOptions.sh +++ b/Scripts/Bash/Functions/Locale/locale_getOptions.sh @@ -30,7 +30,7 @@ function locale_getOptions { local ARGSS="" # Define long options we want to support. - local ARGSL="filter:,quiet,answer-yes,update,edit,delete,dont-create-mo,is-localizable,commit-changes" + local ARGSL="filter:,quiet,answer-yes,update,edit,delete,dont-create-mo,is-localizable,sync-changes" # Redefine ARGUMENTS using getopt(1) command parser. cli_parseArguments @@ -83,8 +83,8 @@ function locale_getOptions { shift 1 ;; - --commit-changes ) - FLAG_COMMIT_CHANGES="true" + --sync-changes ) + FLAG_SYNC_CHANGES="true" shift 1 ;;