Skip to content

Commit

Permalink
Fixed help message
Browse files Browse the repository at this point in the history
  • Loading branch information
q60 committed Jul 17, 2021
1 parent f1f6cba commit a6dfa34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions disfetch
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ help() {
# parse arguments
while [[ -n $1 && ! $1 == '--' ]]; do
case $1 in
-h | --help)
help; exit 0
;;
-l | --logo)
OS_LOGO=$2
;;
-m | --mono | --monochrome)
MONO=1
;;
*)
help; exit 0
;;
esac
shift
done
Expand Down

0 comments on commit a6dfa34

Please sign in to comment.