From 230e229ea057d1dfa67530d799650af8ffc1cb9c Mon Sep 17 00:00:00 2001 From: Christophe Serafin Date: Wed, 2 Aug 2017 18:55:22 -0700 Subject: Fixed: updated unittest --- flag_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3