diff options
| author | Christophe Serafin <[email protected]> | 2017-08-24 10:57:12 -0700 |
|---|---|---|
| committer | Albert Nigmatzianov <[email protected]> | 2017-09-01 17:08:50 +0500 |
| commit | 7aff26db30c1be810f9de5038ec5ef96ac41fd7c (patch) | |
| tree | ddabd6cff21ef95f1f957d249268bb58541c2dc0 /flag.go | |
| parent | 230e229ea057d1dfa67530d799650af8ffc1cb9c (diff) | |
New: renamed intSlice to ints in usage
Diffstat (limited to 'flag.go')
| -rw-r--r-- | flag.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -558,6 +558,8 @@ func UnquoteUsage(flag *Flag) (name string, usage string) { name = "uint" case "stringSlice": name = "strings" + case "intSlice": + name = "ints" } return |
