瀏覽代碼

ctlv3: fix typo in check command

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 年之前
父節點
當前提交
bab0223f04
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      etcdctl/ctlv3/command/check.go

+ 1 - 1
etcdctl/ctlv3/command/check.go

@@ -269,7 +269,7 @@ func newCheckPerfCommand(cmd *cobra.Command, args []string) {
 func NewCheckDatascaleCommand() *cobra.Command {
 func NewCheckDatascaleCommand() *cobra.Command {
 	cmd := &cobra.Command{
 	cmd := &cobra.Command{
 		Use:   "datascale [options]",
 		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.",
 		Long:  "If no endpoint is provided, localhost will be used. If multiple endpoints are provided, first endpoint will be used.",
 		Run:   newCheckDatascaleCommand,
 		Run:   newCheckDatascaleCommand,
 	}
 	}