mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 21:49:29 +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 {
|
func NewEtcdSnapshotCommands(delete, list, prune, save func(ctx *cli.Context) error) *cli.Command {
|
||||||
return &cli.Command{
|
return &cli.Command{
|
||||||
Name: EtcdSnapshotCommand,
|
Name: EtcdSnapshotCommand,
|
||||||
|
Usage: "Manage etcd snapshots",
|
||||||
SkipFlagParsing: false,
|
SkipFlagParsing: false,
|
||||||
Subcommands: []*cli.Command{
|
Subcommands: []*cli.Command{
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user