From 7aff26db30c1be810f9de5038ec5ef96ac41fd7c Mon Sep 17 00:00:00 2001 From: Christophe Serafin Date: Thu, 24 Aug 2017 10:57:12 -0700 Subject: New: renamed intSlice to ints in usage --- flag.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flag.go') diff --git a/flag.go b/flag.go index ab5e840..7b84e2c 100644 --- a/flag.go +++ b/flag.go @@ -558,6 +558,8 @@ func UnquoteUsage(flag *Flag) (name string, usage string) { name = "uint" case "stringSlice": name = "strings" + case "intSlice": + name = "ints" } return -- cgit v1.2.3