Commit ec76d39f authored by Vincent Pelletier's avatar Vincent Pelletier

shell/caucase.sh: Fix --ca-crt error path.

parent f4b883f4
......@@ -846,7 +846,7 @@ EOF
--ca-crt)
_needArg 1 || return 1
if [ -n "$ca_anon_url" ]; then
_argUsage "$ARG must be provided once, before --ca-url"
_argUsage "$arg must be provided once, before --ca-url"
return 1
fi
cas_ca="$1"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment