diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-01-30 14:44:39 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-30 14:44:39 -0800 |
commit | fad36345f52698b6b4fe00fb8727d98bf4553654 (patch) | |
tree | 0f682d6ab8a22508fbb6d4190f1ed117b4e884d2 /docs/source/markdown/podman.1.md | |
parent | ef965bc28d3bfbaef68c30459e6cfad0a35ff84e (diff) | |
parent | 0bc96b482948266e15ab96c8916a065ae5f48144 (diff) | |
download | podman-fad36345f52698b6b4fe00fb8727d98bf4553654.tar.gz podman-fad36345f52698b6b4fe00fb8727d98bf4553654.tar.bz2 podman-fad36345f52698b6b4fe00fb8727d98bf4553654.zip |
Merge pull request #5024 from rpjday/markdown/asterisks
markdown: fix erroneous asterisk markup for options
Diffstat (limited to 'docs/source/markdown/podman.1.md')
-rw-r--r-- | docs/source/markdown/podman.1.md | 2 |
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`. |