Skip to content

Commit e6e3019

Browse files
authored
Add usage description for etcd-snapshot (#12557)
1 parent 2cef657 commit e6e3019

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/cli/cmds/etcd_snapshot.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ var EtcdSnapshotFlags = []cli.Flag{
160160
func NewEtcdSnapshotCommands(delete, list, prune, save func(ctx *cli.Context) error) *cli.Command {
161161
return &cli.Command{
162162
Name: EtcdSnapshotCommand,
163+
Usage: "Manage etcd snapshots",
163164
SkipFlagParsing: false,
164165
Subcommands: []*cli.Command{
165166
{

0 commit comments

Comments
 (0)