aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-04-18 03:43:58 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-04-18 03:43:58 +0000
commit755983d3d7985833fb4fb1b4510b9c677771dd79 (patch)
tree8ad06e47f903889fdeed4f6f4b101be9657e4076
parentAdd CHANGELOG entry for separate flags for .tar and .tar.gz archives (diff)
downloadminiserve-755983d3d7985833fb4fb1b4510b9c677771dd79.tar.gz
miniserve-755983d3d7985833fb4fb1b4510b9c677771dd79.zip
Update README for separate .tar and .tar.gz flags
Diffstat (limited to '')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0ad41a0..6aa1782 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,10 @@ Sometimes this is just a more practical and quick way than doing things properly
List directories first
-r, --enable-tar
- Enable tar archive generation
+ Enable uncompressed tar archive generation
+
+ -g, --enable-tar-gz
+ Enable gz-compressed tar archive generation
-z, --enable-zip
Enable zip archive generation