aboutsummaryrefslogtreecommitdiff
path: root/flag.go
diff options
context:
space:
mode:
Diffstat (limited to 'flag.go')
-rw-r--r--flag.go2
1 files changed, 2 insertions, 0 deletions
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