diff options
Diffstat (limited to '')
-rw-r--r-- | tests/expected/getopt/options-alternative_option_long | 2 | ||||
-rw-r--r-- | tests/expected/getopt/options-alternative_option_long.err | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/expected/getopt/options-alternative_option_long b/tests/expected/getopt/options-alternative_option_long new file mode 100644 index 0000000..0f5fc19 --- /dev/null +++ b/tests/expected/getopt/options-alternative_option_long @@ -0,0 +1,2 @@ + -a --one --two 'MANDATORY' --three 'OPTIONAL' -- +exit value: 0 diff --git a/tests/expected/getopt/options-alternative_option_long.err b/tests/expected/getopt/options-alternative_option_long.err new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/expected/getopt/options-alternative_option_long.err |