forked from toolshed/abra
refactor: wording & short options
This commit is contained in:
@ -21,7 +21,7 @@ import (
|
||||
var appRollbackCommand = &cli.Command{
|
||||
Name: "rollback",
|
||||
Usage: "Roll an app back to a previous version",
|
||||
Aliases: []string{"r", "downgrade"},
|
||||
Aliases: []string{"rl"},
|
||||
ArgsUsage: "<app>",
|
||||
Flags: []cli.Flag{
|
||||
internal.ForceFlag,
|
||||
|
Reference in New Issue
Block a user