diff options
author | Xavier Krantz <xakraz@gmail.com> | 2018-11-11 07:44:18 +0100 |
---|---|---|
committer | Xavier Krantz <xakraz@gmail.com> | 2018-11-11 07:44:41 +0100 |
commit | c8c174aaca6455a31eb84e57bf822312e5634783 (patch) | |
tree | 6f673f91359c43d096a751c08a34be70a8497007 | |
parent | 78e6d8e7d70d431ccf096dee0f8eadb1c9b2967b (diff) | |
download | podman-c8c174aaca6455a31eb84e57bf822312e5634783.tar.gz podman-c8c174aaca6455a31eb84e57bf822312e5634783.tar.bz2 podman-c8c174aaca6455a31eb84e57bf822312e5634783.zip |
docs: Fix duplicated entry for pod-container-unmount
Signed-off-by: Xavier Krantz <xakraz@gmail.com>
-rw-r--r-- | docs/podman-container.1.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/podman-container.1.md b/docs/podman-container.1.md index eac3343d5..67d42bfef 100644 --- a/docs/podman-container.1.md +++ b/docs/podman-container.1.md @@ -38,7 +38,6 @@ The container command allows you to manage containers | stop | [podman-stop(1)](podman-stop.1.md) | Stop one or more running containers. | | top | [podman-top(1)](podman-top.1.md) | Display the running processes of a container. | | umount | [podman-umount(1)](podman-umount.1.md) | Unmount a working container's root filesystem. | -| unmount | [podman-umount(1)](podman-umount.1.md) | Unmount a working container's root filesystem. | | unpause | [podman-unpause(1)](podman-unpause.1.md) | Unpause one or more containers. | | wait | [podman-wait(1)](podman-wait.1.md) | Wait on one or more containers to stop and print their exit codes. | |