Fix #394 - --bin option is broken

pull/403/head
Junegunn Choi 9 years ago
parent a1184ceb4e
commit 5694b5ed30

@ -41,6 +41,7 @@ for opt in $@; do
--no-completion) auto_completion=0 ;;
--update-rc) update_config=1 ;;
--no-update-rc) update_config=0 ;;
--bin) ;;
*)
echo "unknown option: $opt"
help

Loading…
Cancel
Save