mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Use backquotes to get code blocks in markdown
This commit is contained in:
parent
43a4a6c4f5
commit
13b063cbc6
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user