Add usage description for etcd-snapshot (#12557)

This commit is contained in:
Manuel Buil
2025-07-02 18:24:13 +02:00
committed by GitHub
parent 2cef657d86
commit e6e301959f

View File

@@ -160,6 +160,7 @@ var EtcdSnapshotFlags = []cli.Flag{
func NewEtcdSnapshotCommands(delete, list, prune, save func(ctx *cli.Context) error) *cli.Command {
return &cli.Command{
Name: EtcdSnapshotCommand,
Usage: "Manage etcd snapshots",
SkipFlagParsing: false,
Subcommands: []*cli.Command{
{