diff options
Diffstat (limited to 'flag_test.go')
| -rw-r--r-- | flag_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flag_test.go b/flag_test.go index c3def0f..0c67c24 100644 --- a/flag_test.go +++ b/flag_test.go @@ -983,7 +983,7 @@ const defaultOutput = ` --A for bootstrapping, allo --ND1 string[="bar"] a string with NoOptDefVal (default "foo") --ND2 num[=4321] a num with NoOptDefVal (default 1234) --StringArray stringArray string array with zero default - --StringSlice stringSlice string slice with zero default + --StringSlice strings string slice with zero default --Z int an int that defaults to zero --custom custom custom Value implementation --customP custom a VarP with default (default 10) |
