summaryrefslogtreecommitdiffstats
path: root/tests/expected/getopt/options-quiet_output_option_long
diff options
context:
space:
mode:
Diffstat (limited to 'tests/expected/getopt/options-quiet_output_option_long')
-rw-r--r--tests/expected/getopt/options-quiet_output_option_long5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/expected/getopt/options-quiet_output_option_long b/tests/expected/getopt/options-quiet_output_option_long
new file mode 100644
index 0000000..3e05ca7
--- /dev/null
+++ b/tests/expected/getopt/options-quiet_output_option_long
@@ -0,0 +1,5 @@
+getopt: invalid option -- 'c'
+getopt: unrecognized option '--unknown'
+getopt: option '--long' is ambiguous; possibilities: '--long1' '--long2'
+getopt: option requires an argument -- 'b'
+exit value: 1