From be8dffdd6db7b6a1a7a0aa406faf39b29ccfcc9a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 7 Jun 2008 14:16:21 +0200 Subject: bin/pkg: Show error when no valid command is specified --- bin/pkg | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/pkg') diff --git a/bin/pkg b/bin/pkg index 91fc3f7..04e7199 100755 --- a/bin/pkg +++ b/bin/pkg @@ -408,4 +408,5 @@ case "$1" in remove) pkg_remove "$2" ;; status) pkg_status_wrapper "$2" ;; update) pkg_update_wrapper "$2" ;; + *) die "wait, what?\n" ;; esac -- cgit v1.2.3