command/run: update synopsis

This commit is contained in:
Armon Dadgar
2015-09-22 18:17:55 -07:00
parent ea240a5063
commit 54f5b05b07

View File

@@ -51,7 +51,7 @@ Run Options:
}
func (c *RunCommand) Synopsis() string {
return "Run a new job"
return "Run a new job or update an existing job"
}
func (c *RunCommand) Run(args []string) int {