refactor: wording & short options

This commit is contained in:
2021-12-27 16:12:29 +01:00
parent a06043375d
commit b1d9d9d858
11 changed files with 13 additions and 15 deletions

View File

@ -27,7 +27,7 @@ var restoreAllServicesFlag = &cli.BoolFlag{
var appRestoreCommand = &cli.Command{
Name: "restore",
Usage: "Restore an app from a backup",
Aliases: []string{"r"},
Aliases: []string{"rs"},
Flags: []cli.Flag{restoreAllServicesFlag},
ArgsUsage: "<service> [<backup file>]",
Action: func(c *cli.Context) error {