Merge pull request #123 from lulinqing/patch-1

Fix issue #122 (subcommand unload not recognized)
This commit is contained in:
Seth Jennings 2014-04-15 13:34:24 -05:00
commit afd3669746

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"