cmd/tailscale/cli/ffcomplete: remove fullstop from ShortHelp

Updates #cleanup

Signed-off-by: Paul Scott <paul@tailscale.com>
pull/12040/head
Paul Scott 4 weeks ago committed by Paul Scott
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…
Cancel
Save