From: Skyebee Date: Mon, 1 Jun 2026 16:13:30 +0000 (-0400) Subject: install-dgl-nh500 now fails out if you give it an argument X-Git-Tag: v1.6.1-roc-dev~6^2~6 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=8831afcb0331316a524c1c0636779b34dfd3a8ef;p=dgamelaunch install-dgl-nh500 now fails out if you give it an argument --- diff --git a/install-dgl-nh500 b/install-dgl-nh500 index 7729213..b6c5807 100755 --- a/install-dgl-nh500 +++ b/install-dgl-nh500 @@ -137,14 +137,11 @@ while [[ $# -gt 0 ]]; do set -- break ;; - -*|--*) + -*|--*|*) echo "Unknown option $1" - echo "Valid options are: --install-nh500, --nano, --quiet|--silent, --prefix , --var , --etc , --menudir , --hackdir , --playground " + echo "Try $0 --help" exit 1 ;; - *) - break # (treat this as $1) - ;; esac done