Commit e25612f3 authored by Dylan Araps's avatar Dylan Araps

Args: Remove unused options

parent e00de531
...@@ -3969,8 +3969,8 @@ get_args() { ...@@ -3969,8 +3969,8 @@ get_args() {
# Other # Other
"--config") "--config")
case "$2" in case "$2" in
"none" | "off" | "") config="off" ;; "none" | "off" | "") ;;
*) config_file="$2"; config="on"; get_user_config 2>/dev/null ;; *) config_file="$2"; get_user_config 2>/dev/null ;;
esac esac
;; ;;
"-v") verbose="on" ;; "-v") verbose="on" ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment