X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/9ff4f2c0152f7e4d03439f96b8354d07327fafbc..6bc3ed14b779225cc725b07ffa47739ccdf4046c:/man/ganeti-listrunner.rst diff --git a/man/ganeti-listrunner.rst b/man/ganeti-listrunner.rst index 12fddda..b6e0242 100644 --- a/man/ganeti-listrunner.rst +++ b/man/ganeti-listrunner.rst @@ -72,6 +72,9 @@ The options that can be passed to the program are as follows: ``-A`` Use an existing ssh-agent instead of password authentication. +``--args`` + Arguments to pass to executable (``-x``). + EXIT STATUS ----------- @@ -89,7 +92,9 @@ Run a command on a list of hosts:: Upload a script, some auxiliary files and run the script:: - listrunner -l logdir -x runme.sh -a seed.dat -a golden.dat -h host1,host2,host3 + listrunner -l logdir -x runme.sh \ + -a seed.dat -a golden.dat \ + -h host1,host2,host3 SEE ALSO