From d0ee203986b2de559d4b6240bab7dda789bafb73 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sat, 16 Mar 2019 06:46:35 -0400 Subject: Cleanup messages on podman load If user does not specify file or redirect for stdin, then throw an error Signed-off-by: Daniel J Walsh --- docs/podman-save.1.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/podman-save.1.md') 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. -- cgit v1.2.3-54-g00ecf