From 871b66054e2927629717713b31c735f3f13debff Mon Sep 17 00:00:00 2001 From: Scrub <72096833+ScrubN@users.noreply.github.com> Date: Tue, 2 Jul 2024 13:18:38 -0400 Subject: [PATCH] Link to enum flags explanation in CLI readme (#1128) --- TwitchDownloaderCLI/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TwitchDownloaderCLI/README.md b/TwitchDownloaderCLI/README.md index a88390c7..56ff057c 100644 --- a/TwitchDownloaderCLI/README.md +++ b/TwitchDownloaderCLI/README.md @@ -31,7 +31,7 @@ Also can concatenate/combine/merge Transport Stream files, either those parts do (Default: `true`) Displays a banner containing version and copyright information. **--log-level** -(Default: `Status,Info,Warning,Error`) Sets the log level flags. Applicable values are: `None`, `Status`, `Verbose`, `Info`, `Warning`, `Error`, `Ffmpeg`. When `None` is passed, any other log level flags are ignored and `--banner=false` is implied. +(Default: `Status,Info,Warning,Error`) Sets the log level flags. Applicable values are: `None`, `Status`, `Verbose`, `Info`, `Warning`, `Error`, `Ffmpeg`. When `None` is passed, any other log level flags are ignored and `--banner=false` is implied. See [Enum flags](#enum-flag-arguments) for more help. ## Arguments for mode videodownload #### Downloads a stream VOD or highlight from Twitch