diff --git a/etcdctl/ctlv3/command/snapshot_command.go b/etcdctl/ctlv3/command/snapshot_command.go index 94daf2ff4..818c17f76 100644 --- a/etcdctl/ctlv3/command/snapshot_command.go +++ b/etcdctl/ctlv3/command/snapshot_command.go @@ -48,7 +48,7 @@ func NewSnapshotSaveCommand() *cobra.Command { func NewSnapshotPipeCommand() *cobra.Command { return &cobra.Command{ Use: "pipe", - Short: "Streams an etcd node backend snapshot to STDOUT", + Short: "Streams an etcd node backend snapshot to stdout", Run: snapshotPipeCommandFunc, } }