From 2f6917e177cf65b5592829e4d42ae22c5c67814f Mon Sep 17 00:00:00 2001 From: ScrubN <72096833+ScrubN@users.noreply.github.com> Date: Wed, 5 Jun 2024 23:36:06 -0400 Subject: [PATCH] Fix README --- TwitchDownloaderCLI/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TwitchDownloaderCLI/README.md b/TwitchDownloaderCLI/README.md index 71b6d7e22..0423d6ac0 100644 --- a/TwitchDownloaderCLI/README.md +++ b/TwitchDownloaderCLI/README.md @@ -138,7 +138,7 @@ Path to input file. Valid extensions are: `.json`, `.json.gz`. **-o / --output (REQUIRED)** Path to output file. File extension will be used to determine new chat type. Valid extensions are: `.json`, `.html`, and `.txt`. -**-c / --compression** +**--compression** (Default: `None`) Compresses an output json chat file using a specified compression, usually resulting in 40-90% size reductions. Valid values are: `None`, `Gzip`. More formats will be supported in the future. **-E / --embed-missing**