From cb1e54b42a6bf550e2aa0f99355cbb1b5a9b4578 Mon Sep 17 00:00:00 2001 From: Romain Beuque Date: Thu, 22 Oct 2020 12:09:09 +0200 Subject: [PATCH] clush: change description for --no-pause-on-failure to represent the actual behavior Signed-off-by: Romain Beuque --- bin/plugin/open/clush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/plugin/open/clush b/bin/plugin/open/clush index 58f9bdd..8f56522 100755 --- a/bin/plugin/open/clush +++ b/bin/plugin/open/clush @@ -27,7 +27,7 @@ Usage: --osh SCRIPT_NAME [OPTIONS] --command '"remote command"' --list HOSTLIST Comma-separated list of the hosts to run the command on --step-by-step Pause before running the command on each host - --no-pause-on-failure Don't pause if the remote command doesn't return failed (returned != 0) + --no-pause-on-failure Don't pause if the remote command failed (returned exit code != 0) --no-confirm Skip confirmation of the host list and command --command '"remote cmd"' Command to be run on the remote hosts. If you're in a shell, quote it twice as shown. EOF