diff options
| author | Adam S Levy <[email protected]> | 2018-08-22 16:40:56 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-08-22 16:40:56 -0800 |
| commit | 752e8dc2ac78f5954695504a9e5fded054f6a1bf (patch) | |
| tree | 82f634a35a9bf2c0ad95e48f50886f1e37ccc60b /cmd/cmd.go | |
| parent | e037c22b2fcfa85e74495388f03892ed194bba76 (diff) | |
Clarify description of "-y" option
Clarify the description of the "-y" option so that it is obvious that the option refers only to installing completion.
Diffstat (limited to 'cmd/cmd.go')
| -rw-r--r-- | cmd/cmd.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ func (f *CLI) AddFlags(flags *flag.FlagSet) { fmt.Sprintf("Uninstall completion for %s command", f.Name)) } if flags.Lookup("y") == nil { - flags.BoolVar(&f.yes, "y", false, "Don't prompt user for typing 'yes'") + flags.BoolVar(&f.yes, "y", false, "Don't prompt user for typing 'yes' when installing completion") } } |
