diff options
| author | Alex Flint <[email protected]> | 2015-10-31 18:48:38 -0700 |
|---|---|---|
| committer | Alex Flint <[email protected]> | 2015-10-31 18:48:38 -0700 |
| commit | 04e96c0c6b8bb92fba62bcc5a080e7727ad3edfd (patch) | |
| tree | 28fd70202bc851a7df609ebe1aac5c7d7ec47efd /usage.go | |
| parent | 22c73471e6ceb1674072338cea99c3124ca2a648 (diff) | |
udpate readme
Diffstat (limited to 'usage.go')
| -rw-r--r-- | usage.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ func writeUsage(w io.Writer, specs []*spec) { for _, spec := range positionals { up := strings.ToUpper(spec.long) if spec.multiple { - fmt.Fprintf(w, "[%s [%s ...]]", up) + fmt.Fprintf(w, "[%s [%s ...]]", up, up) } else { fmt.Fprint(w, up) } |
