Browse Source

Fix: print help message if unknown option is given

master
Harish.K 10 years ago
parent
commit
72442e008f
  1. 3
      bin/installer-script.sh

3
bin/installer-script.sh

@ -46,7 +46,8 @@ case $1 in
--check) --check)
updateBinLinks; updateBinLinks;
;; ;;
*)
printHelp;
esac esac

Loading…
Cancel
Save