diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-06-25 08:33:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 08:33:39 -0400 |
commit | f8036c548c0a6d34cc063949cf5f9add22409d9d (patch) | |
tree | 48d84e34aee191cf803f14ef48df81b08eff271e /docs/source/markdown/podman-umount.1.md | |
parent | cd36499d10a21ef1429d7ce84d845d8627ebcf6e (diff) | |
parent | c6090c290e1eb8b60148a026773c5f8cce6eb435 (diff) | |
download | podman-f8036c548c0a6d34cc063949cf5f9add22409d9d.tar.gz podman-f8036c548c0a6d34cc063949cf5f9add22409d9d.tar.bz2 podman-f8036c548c0a6d34cc063949cf5f9add22409d9d.zip |
Merge pull request #6754 from edsantiago/man_page_xref
Docs: consistency between man / --help
Diffstat (limited to 'docs/source/markdown/podman-umount.1.md')
-rw-r--r-- | docs/source/markdown/podman-umount.1.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/markdown/podman-umount.1.md b/docs/source/markdown/podman-umount.1.md index 100c47b32..31a213f28 100644 --- a/docs/source/markdown/podman-umount.1.md +++ b/docs/source/markdown/podman-umount.1.md @@ -4,13 +4,13 @@ podman\-umount - Unmount a working container's root filesystem ## SYNOPSIS -**podman umount** *container* [...] +**podman umount** [*options*] *container* [...] -**podman container umount** *container* [...] +**podman container umount** [*options*] *container* [...] -**podman container unmount** *container* [...] +**podman container unmount** [*options*] *container* [...] -**podman unmount** *container* [...] +**podman unmount** [*options*] *container* [...] ## DESCRIPTION Unmounts the specified containers' root file system, if no other processes |