diff --git a/flag.go b/flag.go index 7835b3b..faffbda 100644 --- a/flag.go +++ b/flag.go @@ -54,7 +54,7 @@ type StringSliceFlag struct { } func (f StringSliceFlag) String() string { - return fmt.Sprintf("%s '%v'\t%v", prefixFor(f.Name), f.Name, "-"+f.Name+" option -"+f.Name+" option", f.Usage) + return fmt.Sprintf("%s%s %v\t`%v` %s", prefixFor(f.Name), f.Name, f.Value, "-"+f.Name+" option -"+f.Name+" option", f.Usage) } func (f StringSliceFlag) Apply(set *flag.FlagSet) {