Fix issue #122 (subcommand unload not recognized)

This commit is contained in:
Linqing Lu 2014-04-15 12:12:15 +08:00
parent 6006cb074b
commit 9470c385d8
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ case "$1" in
esac
;;
"remove")
"unload")
[[ "$#" -ne 2 ]] && usage
PATCH="$2"
find_module "$PATCH" || die "$PATCH is not installed"