forked from DGNum/colmena
apply: Fix typo in help
This commit is contained in:
parent
af3247faeb
commit
4037b61a2b
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ To upload keys without building or deploying the rest of the configuration, use
|
||||||
.arg(Arg::new("reboot")
|
.arg(Arg::new("reboot")
|
||||||
.long("reboot")
|
.long("reboot")
|
||||||
.help("Reboot nodes after activation")
|
.help("Reboot nodes after activation")
|
||||||
.long_help("Reboots nodes after activation and wait for them to come back up.")
|
.long_help("Reboots nodes after activation and waits for them to come back up.")
|
||||||
.takes_value(false))
|
.takes_value(false))
|
||||||
.arg(Arg::new("no-substitutes")
|
.arg(Arg::new("no-substitutes")
|
||||||
.long("no-substitutes")
|
.long("no-substitutes")
|
||||||
|
|
Loading…
Reference in a new issue