From 4037b61a2b345097c36b10bdb1026c436ec79370 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Fri, 3 Jun 2022 23:51:32 -0700 Subject: [PATCH] apply: Fix typo in help --- src/command/apply.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/apply.rs b/src/command/apply.rs index 1b6aa84..f84e048 100644 --- a/src/command/apply.rs +++ b/src/command/apply.rs @@ -84,7 +84,7 @@ To upload keys without building or deploying the rest of the configuration, use .arg(Arg::new("reboot") .long("reboot") .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)) .arg(Arg::new("no-substitutes") .long("no-substitutes")