Skip to content
Snippets Groups Projects
Unverified Commit 117d8467 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

doc: Use @itemx as needed.

This is a followup to 459e0967.

* doc/guix.texi (Invoking guix environment): Use @itemx for '--share'.
parent 0c26e43e
No related branches found
No related tags found
No related merge requests found
...@@ -4964,7 +4964,7 @@ shared and will change to the user's home directory within the container ...@@ -4964,7 +4964,7 @@ shared and will change to the user's home directory within the container
instead. See also @code{--user}. instead. See also @code{--user}.
   
@item --expose=@var{source}[=@var{target}] @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 For containers, @code{--expose} (resp. @code{--share}) exposes the file
system @var{source} from the host system as the read-only system @var{source} from the host system as the read-only
(resp. writable) file system @var{target} within the container. If (resp. writable) file system @var{target} within the container. If
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment