Fix the node powered field
[ganeti-local] / man / ganeti-listrunner.rst
index bfa0cad..b6e0242 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
 -----------
@@ -89,10 +92,18 @@ 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
 --------
 
 dsh(1), cssh(1)
+
+.. vim: set textwidth=72 :
+.. Local Variables:
+.. mode: rst
+.. fill-column: 72
+.. End: