doc: Correctly document 'host' field of <cuirass-configuration>.
authorLudovic Courtès <ludo@gnu.org>
Wed, 17 Jul 2019 22:43:54 +0000 (00:43 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 17 Jul 2019 22:44:23 +0000 (00:44 +0200)
* doc/guix.texi (Continuous Integration): Fix doc of the 'host' field.

doc/guix.texi

index 5781224..2b5077a 100644 (file)
@@ -21349,7 +21349,7 @@ from garbage collection for at least @var{ttl} seconds.
 @item @code{port} (default: @code{8081})
 Port number used by the HTTP server.
 
-@item --listen=@var{host}
+@item @code{host} (default: @code{"localhost"})
 Listen on the network interface for @var{host}.  The default is to
 accept connections from localhost.