m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 23:33:39 -05:00

Fix #394 - --bin option is broken

This commit is contained in:
Junegunn Choi
2015-10-23 17:43:34 +09:00
parent a1184ceb4e
commit 5694b5ed30

View File

@@ -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