diff --git a/install b/install index 2a43c9b..6425713 100755 --- a/install +++ b/install @@ -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