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>
This commit is contained in:
Nick Piper
2021-04-21 14:29:12 +01:00
parent 544c315665
commit 85937044cd

View File

@ -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*