From 4abe512cd5b43dd3db86913b14213f6d0db7fa55 Mon Sep 17 00:00:00 2001 From: qubenix Date: Thu, 3 Jan 2019 17:36:46 +0000 Subject: [PATCH] fixup: fivepiece suggestions --- install.sh | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 0359ecc..bea22f9 100755 --- a/install.sh +++ b/install.sh @@ -356,9 +356,21 @@ parse_flags () --with-qt) with_qt='1' ;; + "") + break + ;; *) - echo -e "\nUsage: "${0}" [options]\n\nOptions:\n\n--develop code remains editable in place\n--python, -p python version (default: python2)\n--with-qt build the Qt GUI (incompatible with python2)\n" - exit 1 + echo " +Usage: "${0}" [options] + +Options: + +--develop code remains editable in place +--python, -p python version (default: python2) +--with-qt build the Qt GUI (incompatible with python2) +" + return 1 + ;; esac shift done