From 9a214fb3b6d784a1b07ded0618cb1dcfa922c470 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 1 Jul 2021 13:44:49 -0600 Subject: [PATCH] Say what option it is that isn't recognized. --- candi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/candi.sh b/candi.sh index 5afb4ed..1904c1e 100755 --- a/candi.sh +++ b/candi.sh @@ -108,7 +108,7 @@ while [ -n "$1" ]; do ;; *) - echo "invalid command line option. See -h for more information." + echo "invalid command line option <$param>. See -h for more information." exit 1 esac shift -- 2.39.5