From 8831afcb0331316a524c1c0636779b34dfd3a8ef Mon Sep 17 00:00:00 2001 From: Skyebee Date: Mon, 1 Jun 2026 12:13:30 -0400 Subject: [PATCH] install-dgl-nh500 now fails out if you give it an argument --- install-dgl-nh500 | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 -- 2.47.3