From 2e302ab4dcebe059289a64368eec240db36b60ca Mon Sep 17 00:00:00 2001 From: Donnie Corbitt Date: Wed, 6 Jan 2021 22:14:13 -0600 Subject: [PATCH] Fixed README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6249cdc..402b292 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,11 @@ Here's an example on how to run it. ``` `-file` is required -- tells Digby what file you want to compress. + `-comp` is required -- tells Digby what compression algorithm you want to use (see [Supported Compression Systems](#supported-compression-systems)) + `-path` is optional -- tells Digby where to save the compressed file. If not specified it will save to the working directory. + `-lvl` is optional -- tells Digby what level of compression to use. Only works when `-comp` is set to zstd. (If not specified it will default to level 5) # Supported Compression Systems: