control status subcommand: fix typo in usage

This commit is contained in:
Christian Schwarz 2017-12-30 13:44:55 +01:00
parent 8742b7f763
commit 01e0519b7b

View File

@ -46,7 +46,7 @@ var controlStatusCmdArgs struct {
}
var controlStatusCmd = &cobra.Command{
Use: "status [JOB_NAAME]",
Use: "status [JOB_NAME]",
Short: "get current status",
Run: doControlStatusCmd,
}