summaryrefslogtreecommitdiff
path: root/example_test.go
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2020-02-23 11:51:43 -0800
committerGitHub <[email protected]>2020-02-23 11:51:43 -0800
commitce4cd0ce03f9d0ca40a3090a63997bfaf6757aaa (patch)
tree3e3d4cc02b32531c414f8f493cd7bffb9fea917b /example_test.go
parent82c2a36dd78d06fa6391033942bdd7f14ce07704 (diff)
parentc24567c12e7036f9f18c62ea13bb85b84e3d80ff (diff)
Merge pull request #106 from dallbee/subcommand-usage
Subcommand usage options
Diffstat (limited to 'example_test.go')
-rw-r--r--example_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/example_test.go b/example_test.go
index be3cd12..4e6372f 100644
--- a/example_test.go
+++ b/example_test.go
@@ -235,7 +235,8 @@ func Example_helpTextForSubcommand() {
// Positional arguments:
// ITEM item to fetch
//
- // Options:
+ // Global options:
+ // --verbose
// --help, -h display this help and exit
}