argpar-utils: tweak unknown option error message
[lttng-tools.git] / tests / regression / tools / trigger / test_add_trigger_cli
index 49cff975a3644803eef1b030cabae9d0a7899cb6..ecf04dd46589a20dbb60225063b42563c82a5c6d 100755 (executable)
@@ -409,7 +409,7 @@ test_success "--action snapshot-session with ctrl/data URIs" "notify-15"\
 test_failure "no args" "Error: Missing --condition."
 
 test_failure "unknown option" \
-       "Error: Unknown option \`--hello\`" \
+       "Error: While parsing argument #1 (\`--hello\`): Unknown option \`--hello\`" \
        --hello
 
 test_failure "missing --action" \
This page took 0.022813 seconds and 4 git commands to generate.