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 6f1fc30..ab5e840 100644
--- a/flag.go
+++ b/flag.go
@@ -556,6 +556,8 @@ func UnquoteUsage(flag *Flag) (name string, usage string) {
name = "int"
case "uint64":
name = "uint"
+ case "stringSlice":
+ name = "strings"
}
return