Skip to content

Commit 2e4cd37

Browse files
committed
Update vtctldclient help text
Signed-off-by: Matt Lord <mattalord@gmail.com>
1 parent 2de0bcf commit 2e4cd37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go/cmd/vtctldclient/command/root.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ var (
9696
// Root is the main entrypoint to the vtctldclient CLI.
9797
Root = &cobra.Command{
9898
Use: "vtctldclient",
99-
Short: "Executes a cluster management command on the remote vtctld server.",
100-
Long: fmt.Sprintf(`Executes a cluster management command on the remote vtctld server.
99+
Short: "Executes a cluster management command on the remote vtctld server or alternatively as a standalone binary using --server=internal.",
100+
Long: fmt.Sprintf(`Executes a cluster management command on the remote vtctld server or alternatively as a standalone binary using --server=internal.
101101
If there are no running vtctld servers -- for example when bootstrapping
102102
a new Vitess cluster -- you can specify a --server value of '%s'.
103103
When doing so, you would use the --topo* flags so that the client can

go/flags/endtoend/vtctldclient.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Executes a cluster management command on the remote vtctld server.
1+
Executes a cluster management command on the remote vtctld server or alternatively as a standalone binary using --server=internal.
22
If there are no running vtctld servers -- for example when bootstrapping
33
a new Vitess cluster -- you can specify a --server value of 'internal'.
44
When doing so, you would use the --topo* flags so that the client can

0 commit comments

Comments
 (0)