From edafbe9555fa5f21140d962e2d867767166f8b95 Mon Sep 17 00:00:00 2001 From: Anthony Romano Date: Wed, 9 Mar 2016 14:38:57 -0800 Subject: [PATCH] etcdctl: clarify setdir purpose in help message Fixes #4640 --- etcdctl/command/set_dir_command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etcdctl/command/set_dir_command.go b/etcdctl/command/set_dir_command.go index a5fa4dc2d..fadf7c88a 100644 --- a/etcdctl/command/set_dir_command.go +++ b/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: "", Flags: []cli.Flag{ cli.IntFlag{Name: "ttl", Value: 0, Usage: "key time-to-live"},