mirror of
https://github.com/tailscale/tailscale.git
synced 2025-05-06 07:37:38 +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{
|
&ffcli.Command{
|
||||||
Name: "completion",
|
Name: "completion",
|
||||||
ShortUsage: root.Name + " completion <shell> [--flags] [--descs]",
|
ShortUsage: root.Name + " completion <shell> [--flags] [--descs]",
|
||||||
ShortHelp: "Shell tab-completion scripts.",
|
ShortHelp: "Shell tab-completion scripts",
|
||||||
LongHelp: fmt.Sprintf(cobra.UsageTemplate, root.Name),
|
LongHelp: fmt.Sprintf(cobra.UsageTemplate, root.Name),
|
||||||
|
|
||||||
// Print help if run without args.
|
// Print help if run without args.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user