Added verbose option
This commit is contained in:
parent
65b8bdad9c
commit
8a99de2284
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -2885,6 +2885,7 @@ while [ "$1" ]; do
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
--verbose) set -x ;;
|
||||||
--help) usage ;;
|
--help) usage ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue