summaryrefslogtreecommitdiff
path: root/parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'parse.go')
-rw-r--r--parse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.go b/parse.go
index 3efe858..b935fad 100644
--- a/parse.go
+++ b/parse.go
@@ -116,7 +116,7 @@ type Config struct {
// default values, including pointers to sub commands
IgnoreDefault bool
- // IgnoreDefault intructs the library not to allow global commands after
+ // StrictSubcommands intructs the library not to allow global commands after
// subcommand
StrictSubcommands bool
}