cmd/tailscale/cli: fix drive --help usage identation
Updates #cleanup Signed-off-by: Paul Scott <paul@tailscale.com>
This commit is contained in:
parent
7c1d6e35a5
commit
62d4be873d
|
@ -28,7 +28,7 @@ var driveCmd = &ffcli.Command{
|
|||
driveRenameUsage,
|
||||
driveUnshareUsage,
|
||||
driveListUsage,
|
||||
}, "\n "),
|
||||
}, "\n"),
|
||||
LongHelp: buildShareLongHelp(),
|
||||
UsageFunc: usageFuncNoDefaultValues,
|
||||
Subcommands: []*ffcli.Command{
|
||||
|
|
Loading…
Reference in New Issue