forked from toolshed/abra
refactor: wording & short options
This commit is contained in:
@ -17,7 +17,7 @@ import (
|
||||
var appRestartCommand = &cli.Command{
|
||||
Name: "restart",
|
||||
Usage: "Restart an app",
|
||||
Aliases: []string{"R"},
|
||||
Aliases: []string{"re"},
|
||||
ArgsUsage: "<service>",
|
||||
Description: `This command restarts a service within a deployed app.`,
|
||||
Action: func(c *cli.Context) error {
|
||||
|
Reference in New Issue
Block a user