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
1 changed files with 3 additions and 2 deletions

View File

@ -6,8 +6,9 @@ import (
// AppCommand defines the `abra app` command and ets subcommands
var AppCommand = &cli.Command{
Name: "app",
Usage: "Manage your apps",
Name: "app",
Usage: "Manage your apps",
ArgsUsage: "<app>",
Description: `
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