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"