diff options
Diffstat (limited to 'docs/podman-mount.1.md')
-rw-r--r-- | docs/podman-mount.1.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/podman-mount.1.md b/docs/podman-mount.1.md index 2722f460c..8f4deeca6 100644 --- a/docs/podman-mount.1.md +++ b/docs/podman-mount.1.md @@ -1,11 +1,13 @@ % podman-mount(1) ## NAME -podman\-mount - Mount the specified working containers' root filesystem +podman\-mount - Mount a working container's root filesystem ## SYNOPSIS **podman mount** [*container* ...] +**podman container mount** [*container* ...] + ## DESCRIPTION Mounts the specified containers' root file system in a location which can be accessed from the host, and returns its location. |