summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman.1.md
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2020-01-30 06:44:33 -0500
committerRobert P. J. Day <rpjday@crashcourse.ca>2020-01-30 06:44:33 -0500
commit0bc96b482948266e15ab96c8916a065ae5f48144 (patch)
tree6a2fdd2f50c76200a27b06053797f2d6a0f25716 /docs/source/markdown/podman.1.md
parent955866c97da3007be20a6812eb8afa48e9833d23 (diff)
downloadpodman-0bc96b482948266e15ab96c8916a065ae5f48144.tar.gz
podman-0bc96b482948266e15ab96c8916a065ae5f48144.tar.bz2
podman-0bc96b482948266e15ab96c8916a065ae5f48144.zip
markdown: fix erroneous asterisk markup for options
Fix option markup in a number of man pages so it renders properly when viewing online. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'docs/source/markdown/podman.1.md')
-rw-r--r--docs/source/markdown/podman.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman.1.md b/docs/source/markdown/podman.1.md
index fc069a7b0..af0e55925 100644
--- a/docs/source/markdown/podman.1.md
+++ b/docs/source/markdown/podman.1.md
@@ -79,7 +79,7 @@ When namespace is set, created containers and pods will join the given namespace
**--network-cmd-path**=*path*
Path to the command binary to use for setting up a network. It is currently only used for setting up a slirp4netns network. If "" is used then the binary is looked up using the $PATH environment variable.
-**--root=***value*
+**--root**=*value*
Storage root dir in which data, including images, is stored (default: "/var/lib/containers/storage" for UID 0, "$HOME/.local/share/containers/storage" for other users).
Default root dir is configured in `/etc/containers/storage.conf`.