fix a comment

This commit is contained in:
Alex Flint 2021-04-16 20:44:18 -07:00
parent ec285c8ec4
commit 172800ff9a
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ func (p path) Child(f reflect.StructField) path {
// spec represents a command line option
type spec struct {
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
short string // the -s short form for this option, or empty if none
multiple bool