Args: Remove unused options
This commit is contained in:
parent
e00de5319d
commit
e25612f34e
1 changed files with 2 additions and 2 deletions
4
neofetch
4
neofetch
|
@ -3969,8 +3969,8 @@ get_args() {
|
|||
# Other
|
||||
"--config")
|
||||
case "$2" in
|
||||
"none" | "off" | "") config="off" ;;
|
||||
*) config_file="$2"; config="on"; get_user_config 2>/dev/null ;;
|
||||
"none" | "off" | "") ;;
|
||||
*) config_file="$2"; get_user_config 2>/dev/null ;;
|
||||
esac
|
||||
;;
|
||||
"-v") verbose="on" ;;
|
||||
|
|
Loading…
Reference in a new issue