From 037d737020bc7c28b652cefdcd488d473cb302ca Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 23 2011 03:47:19 +0000 Subject: Update `help_getOutput.sh': - Rearrange `--update-output' and `--update-structure' options. The first one seems to have preferences when less characters are provided. For example: using this commit as reference, if you provide the `--update' option to `centos-art.sh' script, the `--update-output' will be used. Notice that the `--update' option isn't set explicitly. --- diff --git a/Scripts/Functions/Help/help_getOptions.sh b/Scripts/Functions/Help/help_getOptions.sh index ee0ee65..af82434 100755 --- a/Scripts/Functions/Help/help_getOptions.sh +++ b/Scripts/Functions/Help/help_getOptions.sh @@ -30,7 +30,7 @@ function help_getOptions { local ARGSS="" # Define long options we want to support. - local ARGSL="quiet,answer-yes,dont-commit-changes,backend:,read,search:,edit,update-output,copy,delete,rename,update-structure" + local ARGSL="quiet,answer-yes,dont-commit-changes,backend:,read,search:,edit,update-output,update-structure,copy,delete,rename" # Parse arguments using getopt(1) command parser. cli_parseArguments