parse: fix typo in comment
This commit is contained in:
parent
ced05bfe8a
commit
33db14a48b
2
parse.go
2
parse.go
|
@ -129,7 +129,7 @@ type Parser struct {
|
||||||
version string
|
version string
|
||||||
description 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
|
lastCmd *command
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue