forked from DGNum/colmena
exec.rs: Wording
This commit is contained in:
parent
13903800a8
commit
9a588815c8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ use crate::util::{self, CommandExecution};
|
||||||
|
|
||||||
pub fn subcommand() -> App<'static, 'static> {
|
pub fn subcommand() -> App<'static, 'static> {
|
||||||
let command = SubCommand::with_name("exec")
|
let command = SubCommand::with_name("exec")
|
||||||
.about("Run a command against remote hosts")
|
.about("Run a command on remote machines")
|
||||||
.long_about(r#"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.
|
By default, Colmena will print out all output lines. Use --oneline for a condensed status output with each node taking up a single line.
|
||||||
|
|
Loading…
Reference in a new issue