fix a comment
This commit is contained in:
parent
ec285c8ec4
commit
172800ff9a
2
parse.go
2
parse.go
|
@ -47,7 +47,7 @@ func (p path) Child(f reflect.StructField) path {
|
||||||
// spec represents a command line option
|
// spec represents a command line option
|
||||||
type spec struct {
|
type spec struct {
|
||||||
dest path
|
dest path
|
||||||
field reflect.StructField // name of struct field from this this option was created
|
field reflect.StructField // the struct field from which this option was created
|
||||||
long string // the --long form for this option, or empty if none
|
long string // the --long form for this option, or empty if none
|
||||||
short string // the -s short form for this option, or empty if none
|
short string // the -s short form for this option, or empty if none
|
||||||
multiple bool
|
multiple bool
|
||||||
|
|
Loading…
Reference in New Issue