diff options
Diffstat (limited to 'v_windows/v/vlib/flag/testdata/usage_example.help.out')
-rw-r--r-- | v_windows/v/vlib/flag/testdata/usage_example.help.out | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/v_windows/v/vlib/flag/testdata/usage_example.help.out b/v_windows/v/vlib/flag/testdata/usage_example.help.out new file mode 100644 index 0000000..b40047b --- /dev/null +++ b/v_windows/v/vlib/flag/testdata/usage_example.help.out @@ -0,0 +1,13 @@ +xyz 0.0.2 +----------------------------------------------- +Usage: xyz [NUMBER]... + or: xyz OPTION + +Description: description line 1 +description line 2 + +Options: + -h, --help display this help and exit + --version output version information and exit +footer 1 +footer 2 |