Add hroller htools personality
[ganeti-local] / man / ganeti-listrunner.rst
index 12fddda..b498fe4 100644 (file)
@@ -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
 -----------
@@ -83,19 +86,25 @@ The exist status of the command will be zero, unless it was aborted in some way
 EXAMPLE
 -------
 
-Run a command on a list of hosts::
+Run a command on a list of hosts:
+
+.. code-block:: Bash
 
   listrunner -l logdir -c "uname -a" -h host1,host2,host3
 
-Upload a script, some auxiliary files and run the script::
+Upload a script, some auxiliary files and run the script:
+
+.. code-block:: Bash
 
-  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
 --------
 
-dsh(1), cssh(1)
+**dsh**(1), **cssh**(1)
 
 .. vim: set textwidth=72 :
 .. Local Variables: