mirror of
https://github.com/tailscale/tailscale.git
synced 2025-01-07 08:07:42 +00:00
cmd/tailscale/cli/ffcomplete: remove fullstop from ShortHelp
Updates #cleanup Signed-off-by: Paul Scott <paul@tailscale.com>
This commit is contained in:
parent
482890b9ed
commit
78fa698fe6
@ -97,7 +97,7 @@ func Inject(root *ffcli.Command, hide func(*ffcli.Command), usageFunc func(*ffcl
|
||||
&ffcli.Command{
|
||||
Name: "completion",
|
||||
ShortUsage: root.Name + " completion <shell> [--flags] [--descs]",
|
||||
ShortHelp: "Shell tab-completion scripts.",
|
||||
ShortHelp: "Shell tab-completion scripts",
|
||||
LongHelp: fmt.Sprintf(cobra.UsageTemplate, root.Name),
|
||||
|
||||
// Print help if run without args.
|
||||
|
Loading…
x
Reference in New Issue
Block a user