From 476ca265d0583549c05a3ab88f76bc8d24174364 Mon Sep 17 00:00:00 2001 From: Andrew Mason Date: Mon, 25 Sep 2023 12:16:45 -0400 Subject: [PATCH] switch casing in onlineddl subcommand help text Signed-off-by: Andrew Mason --- go/cmd/vtctldclient/command/onlineddl.go | 6 +++--- go/flags/endtoend/vtcombo.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/go/cmd/vtctldclient/command/onlineddl.go b/go/cmd/vtctldclient/command/onlineddl.go index 660f41f60b3..dbe927de2bf 100644 --- a/go/cmd/vtctldclient/command/onlineddl.go +++ b/go/cmd/vtctldclient/command/onlineddl.go @@ -48,7 +48,7 @@ var ( } OnlineDDLCancel = &cobra.Command{ Use: "cancel ", - Short: "cancel one or all migrations, terminating any running ones as needed.", + Short: "Cancel one or all migrations, terminating any running ones as needed.", Example: "OnlineDDL cancel test_keyspace 82fa54ac_e83e_11ea_96b7_f875a4d24e90", DisableFlagsInUseLine: true, Args: cobra.ExactArgs(2), @@ -64,7 +64,7 @@ var ( } OnlineDDLComplete = &cobra.Command{ Use: "complete ", - Short: "complete one or all migrations executed with --postpone-completion", + Short: "Complete one or all migrations executed with --postpone-completion", Example: "OnlineDDL complete test_keyspace 82fa54ac_e83e_11ea_96b7_f875a4d24e90", DisableFlagsInUseLine: true, Args: cobra.ExactArgs(2), @@ -72,7 +72,7 @@ var ( } OnlineDDLLaunch = &cobra.Command{ Use: "launch ", - Short: "launch one or all migrations executed with --postpone-launch", + Short: "Launch one or all migrations executed with --postpone-launch", Example: "OnlineDDL launch test_keyspace 82fa54ac_e83e_11ea_96b7_f875a4d24e90", DisableFlagsInUseLine: true, Args: cobra.ExactArgs(2), diff --git a/go/flags/endtoend/vtcombo.txt b/go/flags/endtoend/vtcombo.txt index 89d972f2f6b..ffa2b84970a 100644 --- a/go/flags/endtoend/vtcombo.txt +++ b/go/flags/endtoend/vtcombo.txt @@ -139,6 +139,7 @@ Flags: --gc_check_interval duration Interval between garbage collection checks (default 1h0m0s) --gc_purge_check_interval duration Interval between purge discovery checks (default 1m0s) --gh-ost-path string override default gh-ost binary full path + --grpc-send-session-in-streaming If set, will send the session as last packet in streaming api to support transactions in streaming --grpc-use-effective-groups If set, and SSL is not used, will set the immediate caller's security groups from the effective caller id's groups. --grpc-use-static-authentication-callerid If set, will set the immediate caller id to the username authenticated by the static auth plugin. --grpc_auth_mode string Which auth plugin implementation to use (eg: static)