summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinstall1
1 files changed, 1 insertions, 0 deletions
diff --git a/install b/install
index 2a43c9b5..64257135 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