Skip to content

Commit

Permalink
Explicit error message on unknown commands
Browse files Browse the repository at this point in the history
  • Loading branch information
PoTe committed Jul 24, 2014
1 parent a6edf86 commit 2353d18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/gpm
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ case "${1:-"install"}" in
gpm-$plugin $@ &&
exit
else
echo ">> No command 'gpm $1'"
usage && exit 1
fi
;;
Expand Down

0 comments on commit 2353d18

Please sign in to comment.