diff options
| author | Marco Molteni <[email protected]> | 2020-01-19 19:40:53 +0100 |
|---|---|---|
| committer | Marco Molteni <[email protected]> | 2020-01-19 19:40:53 +0100 |
| commit | cfd894f446f356ed1c0fb37d88aee8c34bb4e40c (patch) | |
| tree | 007b6c8a2ef3ff41729dbd6b165dfea4dae3cb91 /example_test.go | |
| parent | 33db14a48bf1893422ba8ee2f0b898760a9d1737 (diff) | |
usage: if the program supports subcommands, mention it
Diffstat (limited to 'example_test.go')
| -rw-r--r-- | example_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example_test.go b/example_test.go index ea123e4..be3cd12 100644 --- a/example_test.go +++ b/example_test.go @@ -193,7 +193,7 @@ func Example_helpTextWithSubcommand() { MustParse(&args) // output: - // Usage: example [--verbose] + // Usage: example [--verbose] <command> [<args>] // // Options: // --verbose |
