summaryrefslogtreecommitdiff
path: root/parse.go
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2020-01-23 11:07:40 -0800
committerGitHub <[email protected]>2020-01-23 11:07:40 -0800
commitf5d3733c0a632d810fb2f742a1b9caaef85374d9 (patch)
treeeb38238fdba666065b3fa665a7a6d302118477b9 /parse.go
parentced05bfe8a0f966d6ed09af656f5410bc5f4ed7c (diff)
parent9f5522668a8d573c5d5dbe6ee0584f395fba3806 (diff)
Merge pull request #104 from marco-m/subcommands-usage-simple
Subcommands usage simple
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 3fcf08a..db9c443 100644
--- a/parse.go
+++ b/parse.go
@@ -129,7 +129,7 @@ type Parser struct {
version string
description string
- // the following fields change curing processing of command line arguments
+ // the following field changes during processing of command line arguments
lastCmd *command
}