diff --git a/Scripts/Functions/Help/help_getOptions.sh b/Scripts/Functions/Help/help_getOptions.sh index 1d3b812..2cccb81 100755 --- a/Scripts/Functions/Help/help_getOptions.sh +++ b/Scripts/Functions/Help/help_getOptions.sh @@ -29,7 +29,7 @@ function help_getOptions { local ARGSS="" # Define long options we want to support. - local ARGSL="filter:,quiet,answer-yes,dont-commit-changes,read,search,edit,update,copy,delete,rename" + local ARGSL="quiet,answer-yes,dont-commit-changes,read,search,edit,update,copy,delete,rename" # Parse arguments using getopt(1) command parser. cli_doParseArguments @@ -42,11 +42,6 @@ function help_getOptions { while true; do case "$1" in - --filter ) - FLAG_FILTER="$2" - shift 2 - ;; - --quiet ) FLAG_QUIET="true" FLAG_DONT_COMMIT_CHANGES="true"