mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-22 16:34:32 +01: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{
|
||||
Use: "status [JOB_NAAME]",
|
||||
Use: "status [JOB_NAME]",
|
||||
Short: "get current status",
|
||||
Run: doControlStatusCmd,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user