mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
ctlv3: fix typo in check command
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
d808b4686c
commit
bab0223f04
@ -269,7 +269,7 @@ func newCheckPerfCommand(cmd *cobra.Command, args []string) {
|
||||
func NewCheckDatascaleCommand() *cobra.Command {
|
||||
cmd := &cobra.Command{
|
||||
Use: "datascale [options]",
|
||||
Short: "Check the memory usage of holding data for diferent workloads on a given server endpoint.",
|
||||
Short: "Check the memory usage of holding data for different workloads on a given server endpoint.",
|
||||
Long: "If no endpoint is provided, localhost will be used. If multiple endpoints are provided, first endpoint will be used.",
|
||||
Run: newCheckDatascaleCommand,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user