From 8210e94992b71f9ab1088b64d34fd3125a98f66c Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Mar 12 2011 19:46:31 +0000 Subject: Update locale_getArguments.sh. --- diff --git a/Scripts/Bash/Cli/Functions/Locale/locale_getArguments.sh b/Scripts/Bash/Cli/Functions/Locale/locale_getArguments.sh index 5a8ade5..332d5ec 100644 --- a/Scripts/Bash/Cli/Functions/Locale/locale_getArguments.sh +++ b/Scripts/Bash/Cli/Functions/Locale/locale_getArguments.sh @@ -30,7 +30,7 @@ function locale_getArguments { local ARGSS="" # Define long options we want to support. - local ARGSL="filter,quiet,answer,dont-commit-changes,update:,edit:,dont-create-mo" + local ARGSL="filter:,quiet,answer:,dont-commit-changes,update,edit,dont-create-mo" # Parse arguments using getopt(1) command parser. cli_doParseArguments