summaryrefslogtreecommitdiff
path: root/docs/podman-mount.1.md
diff options
context:
space:
mode:
authorumohnani8 <umohnani@redhat.com>2018-06-14 11:44:39 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-06-14 17:18:45 +0000
commit8d5da78b0e3518c4ae4ccb1cd6a2c707bf08c49a (patch)
treea0c0dea2cb550c129da36efa84b5614bdf7a07e4 /docs/podman-mount.1.md
parentb868470238ee60032a50f6ed23db3c09b475842b (diff)
downloadpodman-8d5da78b0e3518c4ae4ccb1cd6a2c707bf08c49a.tar.gz
podman-8d5da78b0e3518c4ae4ccb1cd6a2c707bf08c49a.tar.bz2
podman-8d5da78b0e3518c4ae4ccb1cd6a2c707bf08c49a.zip
Doc changes to fix alignment on most of the docs
Went through the docs and fixed the alignment so they all match up and look readable when doing 'man podman [command]" Signed-off-by: umohnani8 <umohnani@redhat.com> Closes: #943 Approved by: rhatdan
Diffstat (limited to 'docs/podman-mount.1.md')
-rw-r--r--docs/podman-mount.1.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/podman-mount.1.md b/docs/podman-mount.1.md
index c20c41d77..c73caf011 100644
--- a/docs/podman-mount.1.md
+++ b/docs/podman-mount.1.md
@@ -22,7 +22,8 @@ returned.
## OPTIONS
**--format**
- Print the mounted containers in specified format (json)
+
+Print the mounted containers in specified format (json)
**--notruncate**
@@ -30,15 +31,19 @@ Do not truncate IDs in output.
## EXAMPLE
+```
podman mount c831414b10a3
/var/lib/containers/storage/overlay/f3ac502d97b5681989dff84dfedc8354239bcecbdc2692f9a639f4e080a02364/merged
+```
+```
podman mount
c831414b10a3 /var/lib/containers/storage/overlay/f3ac502d97b5681989dff84dfedc8354239bcecbdc2692f9a639f4e080a02364/merged
a7060253093b /var/lib/containers/storage/overlay/0ff7d7ca68bed1ace424f9df154d2dd7b5a125c19d887f17653cbcd5b6e30ba1/merged
+```
## SEE ALSO
podman(1), podman-umount(1), mount(8)