From: Wolfgang Bangerth Date: Thu, 1 Jul 2021 19:44:49 +0000 (-0600) Subject: Say what option it is that isn't recognized. X-Git-Tag: v9.3.3-r1~1^2~22^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a214fb3b6d784a1b07ded0618cb1dcfa922c470;p=candi.git Say what option it is that isn't recognized. --- 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