etcdctl: update to meet go vet

This commit is contained in:
Brian Waldon
2014-10-22 17:51:40 -07:00
parent 69842b344d
commit 1539d5c49c
12 changed files with 24 additions and 26 deletions

View File

@ -12,7 +12,7 @@ func NewLsCommand() cli.Command {
Name: "ls",
Usage: "retrieve a directory",
Flags: []cli.Flag{
cli.BoolFlag{"recursive", "returns all values for key and child keys"},
cli.BoolFlag{Name: "recursive", Usage: "returns all values for key and child keys"},
},
Action: func(c *cli.Context) {
handleLs(c, lsCommandFunc)