summaryrefslogtreecommitdiff
path: root/parse.go
diff options
context:
space:
mode:
authorAlexey Trofimov <[email protected]>2023-01-18 11:52:13 +0300
committerAlexey Trofimov <[email protected]>2023-01-18 11:52:13 +0300
commit5036dce2d6a64b2dd1b6e270947bde1e8110708c (patch)
treea10ecad9ff0307d323947b3cbef8d886f4b63101 /parse.go
parentcef66fd2f6e0e061ade3778d3d3868032e4f0a32 (diff)
fix typo
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
}