Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Mason <[email protected]>
  • Loading branch information
Andrew Mason committed Sep 26, 2023
1 parent 5d802ee commit 0e61ba4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/cmd/zk/command/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ var (

Root = &cobra.Command{
Use: "zk",
Short: "zk is a tool for wrangling the zookeeper.",
Long: `zk is a tool for wrangling the zookeeper.
Short: "zk is a tool for wrangling zookeeper.",
Long: `zk is a tool for wrangling zookeeper.
It tries to mimic unix file system commands wherever possible, but
there are some slight differences in flag handling.
Expand Down
1 change: 1 addition & 0 deletions go/flags/endtoend/vtcombo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0e61ba4

Please sign in to comment.