Update ganeti-rapi man page
authorKlaus Aehlig <aehlig@google.com>
Tue, 28 May 2013 12:32:15 +0000 (14:32 +0200)
committerKlaus Aehlig <aehlig@google.com>
Tue, 28 May 2013 15:05:38 +0000 (17:05 +0200)
ganeti-rapi supports a couple of options not yet mentioned in the
man page; mention them.

Signed-off-by: Klaus Aehlig <aehlig@google.com>
Reviewed-by: Helga Velroyen <helgav@google.com>

man/ganeti-rapi.rst

index 7b5ce1f..4562ad7 100644 (file)
@@ -9,8 +9,9 @@ ganeti-rapi - Ganeti remote API daemon
 Synopsis
 --------
 
-| **ganeti-rapi** [-d] [-f] [\--no-ssl] [-K *SSL_KEY_FILE*]
-| [-C *SSL_CERT_FILE*] [\--require-authentication]
+| **ganeti-rapi** [-d] [-f] [-p *PORT] [-b *ADDRESS*]
+| [\--no-ssl] [-K *SSL_KEY_FILE*] [-C *SSL_CERT_FILE*]
+| [\--require-authentication]
 
 DESCRIPTION
 -----------
@@ -25,6 +26,9 @@ changed via the ``-C`` option and the key via the ``-K`` option.
 
 The daemon will listen to the "ganeti-rapi" TCP port, as listed in the
 system services database, or if not defined, to port 5080 by default.
+The port can be overridded by passing the ``-p`` option. The ``-b``
+option can be used to specify the address to bind to (defaults to
+``0.0.0.0``).
 
 See the *Ganeti remote API* documentation for further information.