Skip to content

Commit

Permalink
cmd/tailscale/cli: fix drive --help usage identation
Browse files Browse the repository at this point in the history
Updates #cleanup

Signed-off-by: Paul Scott <paul@tailscale.com>
  • Loading branch information
icio committed Apr 17, 2024
1 parent 7c1d6e3 commit 62d4be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tailscale/cli/drive.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var driveCmd = &ffcli.Command{
driveRenameUsage,
driveUnshareUsage,
driveListUsage,
}, "\n "),
}, "\n"),
LongHelp: buildShareLongHelp(),
UsageFunc: usageFuncNoDefaultValues,
Subcommands: []*ffcli.Command{
Expand Down

0 comments on commit 62d4be8

Please sign in to comment.