This is an automated email from the ASF dual-hosted git repository.
jiashuo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to refs/heads/master by this push:
new 60ec3125 fix(admin-cli): fix admin-cli usage doc (#987)
60ec3125 is described below
commit 60ec312541531e29079bba0510b84b029d87a695
Author: Zhangqiu Yu <[email protected]>
AuthorDate: Tue May 31 14:17:17 2022 +0800
fix(admin-cli): fix admin-cli usage doc (#987)
---
admin-cli/cmd/create_table.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/admin-cli/cmd/create_table.go b/admin-cli/cmd/create_table.go
index bb360ccf..2e8c8f0a 100644
--- a/admin-cli/cmd/create_table.go
+++ b/admin-cli/cmd/create_table.go
@@ -37,7 +37,7 @@ range.`
shell.AddCommand(&grumble.Command{
Name: "create",
Help: "create a table",
- Usage: "create <table> [-p|--partitions <NUM>] [-r|--replica
<NUM>]",
+ Usage: "create [-p|--partitions <NUM>] [-r|--replica <NUM>]
<table>",
LongHelp: longHelp,
Run: func(c *grumble.Context) error {
partitionCount := c.Flags.Int("partitions")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]