docs: place <app> in args usage [ci skip]

This commit is contained in:
decentral1se 2021-09-05 00:44:45 +02:00
parent 07a43cb314
commit 0727223009
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -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