mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 20:29:31 +00:00
Add usage description for etcd-snapshot (#12557)
This commit is contained in:
@@ -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{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user