diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-07 13:59:38 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-07 13:59:38 +0200 |
commit | 9ce89e597e2cf0eba3e5abf82f689530ddf289f7 (patch) | |
tree | 08b2b237d118204ff267c8a246f2f727a55427cc /doc | |
parent | b338c41c824c57d9de506404717ea7b3d2887f45 (diff) | |
download | guix-9ce89e597e2cf0eba3e5abf82f689530ddf289f7.tar guix-9ce89e597e2cf0eba3e5abf82f689530ddf289f7.tar.gz |
doc: Use @option for command-line options
* doc/guix.texi (Invoking guix system): Use @option instead of @code.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index f8e137817c..2ed545847b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -27066,7 +27066,7 @@ example, if you intend to build software using Guix inside of the Docker container, you may need to pass the @option{--privileged} option to @code{docker create}. -Last, the @code{--network} option applies to @command{guix system +Last, the @option{--network} option applies to @command{guix system docker-image}: it produces an image where network is supposedly shared with the host, and thus without services like nscd or NetworkManager. |