From 5958c7e3f6375b6ca4e35c75877188b099042b3a Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 23 Jan 2024 19:15:38 +0000 Subject: [PATCH] clap changed note to tip when unknown parameters were found --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 4e0e078..e4c3aa8 100755 --- a/test.sh +++ b/test.sh @@ -74,7 +74,7 @@ echo "> handle unknown parameter with simple error message" cat< test.expect.err 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] [FILE]