mirror of
https://github.com/containers/podman.git
synced 2025-10-10 15:57:33 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user