diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-02-14 23:03:36 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-02-14 23:03:36 +0100 |
commit | 117d8467be232bcc1b0136d04f362d95d975ca95 (patch) | |
tree | 83df33031b4127165ed72c556c2ed45148977f82 /doc | |
parent | 0c26e43ecacb5885d4ea59dcc9b118db192f2828 (diff) | |
download | patches-117d8467be232bcc1b0136d04f362d95d975ca95.tar patches-117d8467be232bcc1b0136d04f362d95d975ca95.tar.gz |
doc: Use @itemx as needed.
This is a followup to 459e0967705945bf6b5861598202aefef27451cd.
* doc/guix.texi (Invoking guix environment): Use @itemx for '--share'.
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 3c310c0912..5d9292b2e9 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4964,7 +4964,7 @@ shared and will change to the user's home directory within the container instead. See also @code{--user}. @item --expose=@var{source}[=@var{target}] -@item --share=@var{source}[=@var{target}] +@itemx --share=@var{source}[=@var{target}] For containers, @code{--expose} (resp. @code{--share}) exposes the file system @var{source} from the host system as the read-only (resp. writable) file system @var{target} within the container. If |