From 13b063cbc6d1baea1ebf7d14ec1219b46e19206e Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Tue, 26 Mar 2024 10:04:46 +0100 Subject: [PATCH] Use backquotes to get code blocks in markdown --- twitchdl/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/twitchdl/cli.py b/twitchdl/cli.py index 1c0da48..97460f3 100644 --- a/twitchdl/cli.py +++ b/twitchdl/cli.py @@ -160,7 +160,7 @@ def clips( "-a", "--auth-token", help="""Authentication token, passed to Twitch to access subscriber only - VODs. Can be copied from the 'auth_token' cookie in any browser logged + VODs. Can be copied from the `auth_token` cookie in any browser logged in on Twitch.""", ) @click.option( @@ -216,7 +216,7 @@ def clips( @click.option( "-q", "--quality", - help="Video quality, e.g. 720p. Set to 'source' to get best quality.", + help="Video quality, e.g. `720p`. Set to `source` to get best quality.", ) @click.option( "-r",