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
This commit is contained in:
umohnani8
2018-06-14 11:44:39 -04:00
committed by Atomic Bot
parent b868470238
commit 8d5da78b0e
27 changed files with 652 additions and 409 deletions

View File

@ -32,9 +32,11 @@ Compress tarball image layers when pushing to a directory using the 'dir' transp
Note: This flag can only be set when using the **dir** transport i.e --format=oci-dir or --format-docker-dir
**--output, -o**
Write to a file, default is STDOUT
**--format**
Save image to **oci-archive**, **oci-dir** (directory with oci manifest type), or **docker-dir** (directory with v2s2 manifest type)
```
--format oci-archive
@ -43,6 +45,7 @@ Save image to **oci-archive**, **oci-dir** (directory with oci manifest type), o
```
**--quiet, -q**
Suppress the output
## EXAMPLES