clap changed note to tip when unknown parameters were found
This commit is contained in:
parent
88b6c4267b
commit
5958c7e3f6
1 changed files with 1 additions and 1 deletions
2
test.sh
2
test.sh
|
@ -74,7 +74,7 @@ echo "> handle unknown parameter with simple error message"
|
||||||
cat<<EOF > test.expect.err
|
cat<<EOF > test.expect.err
|
||||||
error: unexpected argument '--foo' found
|
error: unexpected argument '--foo' found
|
||||||
|
|
||||||
note: to pass '--foo' as a value, use '-- --foo'
|
tip: to pass '--foo' as a value, use '-- --foo'
|
||||||
|
|
||||||
Usage: skip [OPTIONS] <LINES> [FILE]
|
Usage: skip [OPTIONS] <LINES> [FILE]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue