Explorar o código

etcdctl: clarify setdir purpose in help message

Fixes #4640
Anthony Romano %!s(int64=10) %!d(string=hai) anos
pai
achega
edafbe9555
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      etcdctl/command/set_dir_command.go

+ 1 - 1
etcdctl/command/set_dir_command.go

@@ -23,7 +23,7 @@ import (
 func NewSetDirCommand() cli.Command {
 	return cli.Command{
 		Name:      "setdir",
-		Usage:     "create a new or existing directory",
+		Usage:     "create a new directory or update an existing directory TTL",
 		ArgsUsage: "<key>",
 		Flags: []cli.Flag{
 			cli.IntFlag{Name: "ttl", Value: 0, Usage: "key time-to-live"},