diff options
| author | Christophe Serafin <[email protected]> | 2017-08-02 18:55:22 -0700 |
|---|---|---|
| committer | Albert Nigmatzianov <[email protected]> | 2017-09-01 17:08:50 +0500 |
| commit | 230e229ea057d1dfa67530d799650af8ffc1cb9c (patch) | |
| tree | f064db4255f3f597b7e6b4f78998399262ed5b69 | |
| parent | adc6ccc62c61bc48e0ba9c6e71fdc4d23558af9f (diff) | |
Fixed: updated unittest
| -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) |
