mirror of
https://github.com/zrepl/zrepl.git
synced 2025-06-25 04:01:49 +02:00
control status subcommand: fix typo in usage
This commit is contained in:
parent
8742b7f763
commit
01e0519b7b
@ -46,7 +46,7 @@ var controlStatusCmdArgs struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var controlStatusCmd = &cobra.Command{
|
var controlStatusCmd = &cobra.Command{
|
||||||
Use: "status [JOB_NAAME]",
|
Use: "status [JOB_NAME]",
|
||||||
Short: "get current status",
|
Short: "get current status",
|
||||||
Run: doControlStatusCmd,
|
Run: doControlStatusCmd,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user