diff --git a/Scripts/Bash/Functions/Locale/locale_getOptions.sh b/Scripts/Bash/Functions/Locale/locale_getOptions.sh index 0298d8b..e09d9fe 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,dont-commit-changes,update,edit,delete,dont-create-mo" + local ARGSL="filter:,quiet,answer-yes,update,edit,delete,dont-create-mo" # Parse arguments using getopt(1) command parser. cli_parseArguments @@ -50,7 +50,6 @@ function locale_getOptions { --quiet ) FLAG_QUIET="true" - FLAG_DONT_COMMIT_CHANGES="true" shift 1 ;; @@ -59,11 +58,6 @@ function locale_getOptions { shift 1 ;; - --dont-commit-changes ) - FLAG_DONT_COMMIT_CHANGES="true" - shift 1 - ;; - --update ) ACTIONNAMS="$ACTIONNAMS locale_updateMessages" shift 1