diff options
author | Nick Piper <nick.piper@cgi.com> | 2021-04-21 14:29:12 +0100 |
---|---|---|
committer | Nick Piper <nick.piper@cgi.com> | 2021-04-21 17:26:50 +0100 |
commit | 85937044cdeb3e3b4b7036367db900ff8f0b146b (patch) | |
tree | 67c6e25238bfd315ef4effea5751b465d1bd54d0 | |
parent | 544c3156657e078cef297623842f79cb72dc32c6 (diff) | |
download | podman-85937044cdeb3e3b4b7036367db900ff8f0b146b.tar.gz podman-85937044cdeb3e3b4b7036367db900ff8f0b146b.tar.bz2 podman-85937044cdeb3e3b4b7036367db900ff8f0b146b.zip |
Typo fix to usage text of --compress option
Correction of `--format-docker-dir` in to `--format=docker-dir`
Signed-off-by: Nick Piper <nick.piper@cgi.com>
-rw-r--r-- | docs/source/markdown/podman-save.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-save.1.md b/docs/source/markdown/podman-save.1.md index e6f6e993b..0036a9379 100644 --- a/docs/source/markdown/podman-save.1.md +++ b/docs/source/markdown/podman-save.1.md @@ -27,7 +27,7 @@ Note: `:` is a restricted character and cannot be part of the file name. #### **\-\-compress** Compress tarball image layers when pushing to a directory using the 'dir' transport. (default is same compression type, compressed or uncompressed, as source) -Note: This flag can only be set when using the **dir** transport i.e --format=oci-dir or --format-docker-dir +Note: This flag can only be set when using the **dir** transport i.e --format=oci-dir or --format=docker-dir #### **\-\-output**, **-o**=*file* |