Skip to content

Commit 2353d18

Browse files
author
PoTe
committed
Explicit error message on unknown commands
1 parent a6edf86 commit 2353d18

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/gpm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ case "${1:-"install"}" in
9595
gpm-$plugin $@ &&
9696
exit
9797
else
98+
echo ">> No command 'gpm $1'"
9899
usage && exit 1
99100
fi
100101
;;

0 commit comments

Comments
 (0)