apply: Fix typo in help

This commit is contained in:
Zhaofeng Li 2022-06-03 23:51:32 -07:00
parent af3247faeb
commit 4037b61a2b

View file

@ -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")