Merge pull request #2417 from kelseyhightower/improve-etcdctl-ls-command-help

etcdctl: update the ls subcommand help to match behavior
release-2.1
Xiang Li 2015-07-09 11:33:19 -06:00
commit 61e9b99edb
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ func NewLsCommand() cli.Command {
Usage: "retrieve a directory",
Flags: []cli.Flag{
cli.BoolFlag{Name: "sort", Usage: "returns result in sorted order"},
cli.BoolFlag{Name: "recursive", Usage: "returns all values for key and child keys"},
cli.BoolFlag{Name: "recursive", Usage: "returns all key names recursively for the given path"},
cli.BoolFlag{Name: "p", Usage: "append slash (/) to directories"},
},
Action: func(c *cli.Context) {