optparse-applicative/tests/hello.err.txt
Paolo Capriotti 091508459e Replace "Common" with "Available" in help text.
"Common options" was intended as "all except internal", but it could be
interpreted as "global options" for a parser with commands.

Remove the possible confusion by using "Available options" instead,
which is also consistent with the label used for commands.
2012-07-30 19:13:13 +01:00

10 lines
274 B
Plaintext

hello - a test for optparse-applicative
Usage: hello --hello TARGET [--quiet]
Print a greeting for TARGET
Available options:
--hello TARGET Target for the greeting
--quiet Whether to be quiet
-h,--help Show this help text