docs: place <app> in args usage [ci skip]
This commit is contained in:
parent
07a43cb314
commit
0727223009
@ -6,8 +6,9 @@ import (
|
|||||||
|
|
||||||
// AppCommand defines the `abra app` command and ets subcommands
|
// AppCommand defines the `abra app` command and ets subcommands
|
||||||
var AppCommand = &cli.Command{
|
var AppCommand = &cli.Command{
|
||||||
Name: "app",
|
Name: "app",
|
||||||
Usage: "Manage your apps",
|
Usage: "Manage your apps",
|
||||||
|
ArgsUsage: "<app>",
|
||||||
Description: `
|
Description: `
|
||||||
This command provides all the functionality you need to manage the lifecycle of
|
This command provides all the functionality you need to manage the lifecycle of
|
||||||
your apps. From initial deployment to day-2 operations (e.g. backup/restore) to
|
your apps. From initial deployment to day-2 operations (e.g. backup/restore) to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user