summaryrefslogtreecommitdiff
path: root/docs/podman-save.1.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-03-18 10:49:34 -0700
committerGitHub <noreply@github.com>2019-03-18 10:49:34 -0700
commit9289ecd478176bc3de29792d500b1383683bfe79 (patch)
tree6a4161f8911140921776d86c64a9cb74b4918ab2 /docs/podman-save.1.md
parent91b00281e8b785208e1330a5c9679aa63a907eb9 (diff)
parentd0ee203986b2de559d4b6240bab7dda789bafb73 (diff)
downloadpodman-9289ecd478176bc3de29792d500b1383683bfe79.tar.gz
podman-9289ecd478176bc3de29792d500b1383683bfe79.tar.bz2
podman-9289ecd478176bc3de29792d500b1383683bfe79.zip
Merge pull request #2674 from rhatdan/load
Cleanup messages on podman load
Diffstat (limited to 'docs/podman-save.1.md')
-rw-r--r--docs/podman-save.1.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/podman-save.1.md b/docs/podman-save.1.md
index a0b04d633..75aeda797 100644
--- a/docs/podman-save.1.md
+++ b/docs/podman-save.1.md
@@ -1,14 +1,13 @@
% podman-save(1)
## NAME
-podman\-save - Save an image to docker-archive or oci-archive
+podman\-save - Save an image to a container archive
## SYNOPSIS
**podman save** [*options*] *name*[:*tag*]
## DESCRIPTION
-**podman save** saves an image to either **docker-archive**, **oci-archive**, **oci-dir** (directory
-with oci manifest type), or **docker-dir** (directory with v2s2 manifest type) on the local machine,
+**podman save** saves an image to either **docker-archive**, **oci-archive**, **oci-dir** (directory with oci manifest type), or **docker-dir** (directory with v2s2 manifest type) on the local machine,
default is **docker-archive**. **podman save** writes to STDOUT by default and can be redirected to a
file using the **output** flag. The **quiet** flag suppresses the output when set.
Note: `:` is a restricted character and cannot be part of the file name.