Merge pull request #9 from ovh/fix-description-clush

clush: change description for --no-pause-on-failure to represent the actual behavior
This commit is contained in:
Stéphane Lesimple 2020-10-22 12:26:34 +02:00 committed by GitHub
commit 1eede80aa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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