mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Small fixes and UX changes
This commit is contained in:
@@ -42,7 +42,7 @@ func (c *DeploymentFailCommand) Synopsis() string {
|
||||
func (c *DeploymentFailCommand) Run(args []string) int {
|
||||
var detach, verbose bool
|
||||
|
||||
flags := c.Meta.FlagSet("deployment resume", FlagSetClient)
|
||||
flags := c.Meta.FlagSet("deployment fail", FlagSetClient)
|
||||
flags.Usage = func() { c.Ui.Output(c.Help()) }
|
||||
flags.BoolVar(&detach, "detach", false, "")
|
||||
flags.BoolVar(&verbose, "verbose", false, "")
|
||||
|
||||
Reference in New Issue
Block a user