From c29499ef8559d3c40992d5df760b6461be113038 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Aug 07 2011 01:10:54 +0000 Subject: Update `help_getOptions.sh': - Remove `--backend' option. This option is no longer available through `centos-art.sh' command-line. Specification of what documentation backend a documentation manual uses has been moved to that manual's configuration file, through the `manual_backend' option. --- diff --git a/Scripts/Functions/Help/help_getOptions.sh b/Scripts/Functions/Help/help_getOptions.sh index 3d7282a..c76116e 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,update-structure,copy,delete,rename" + local ARGSL="quiet,answer-yes,dont-commit-changes,read,search:,edit,update-output,update-structure,copy,delete,rename" # Parse arguments using getopt(1) command parser. cli_parseArguments @@ -59,15 +59,6 @@ function help_getOptions { shift 1 ;; - --backend ) - # CAUTION: Be sure to sanitate this input value - # through cli_getRepoName using just the basename of - # the value provided. Otherwise, functionalities might - # be executed from unexpected places. - MANUAL_BACKEND="$(cli_getRepoName "$2" -f)" - shift 2 - ;; - --search ) ACTIONNAM="searchIndex" FLAG_SEARCH="$2"