From 6a9282e121c87ce90919f30aea32d7c0857e3f94 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Fri, 12 Feb 2021 16:21:38 -0800 Subject: [PATCH] exec: Remove outdated doc --- src/command/exec.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/command/exec.rs b/src/command/exec.rs index f6de972..a878e6f 100644 --- a/src/command/exec.rs +++ b/src/command/exec.rs @@ -14,10 +14,6 @@ use crate::util::{self, CommandExecution}; pub fn subcommand() -> App<'static, 'static> { let command = SubCommand::with_name("exec") .about("Run a command on remote machines") - .long_about(r#"Run a command on remote machines - -By default, Colmena will print out all output lines. Use --oneline for a condensed status output with each node taking up a single line. -"#) .setting(AppSettings::TrailingVarArg) .arg(Arg::with_name("parallel") .short("p")