Skip to content

Commit

Permalink
Correct WriteTopologyPath help output
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <[email protected]>
  • Loading branch information
mattlord committed Feb 11, 2025
1 parent b567098 commit 49155b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/cmd/vtctldclient/command/topology.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var (
// WriteTopologyPath writes the contents of a local file to a path
// in the topology server.
WriteTopologyPath = &cobra.Command{
Use: "WriteTopologyPath --server=local <path> <file>",
Use: "WriteTopologyPath --server=local <file> <path>",
Short: "Copies a local file to the topology server at the given path.",
DisableFlagsInUseLine: true,
Args: cobra.ExactArgs(2),
Expand Down

0 comments on commit 49155b3

Please sign in to comment.