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",
|
"-a",
|
||||||
"--auth-token",
|
"--auth-token",
|
||||||
help="""Authentication token, passed to Twitch to access subscriber only
|
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.""",
|
in on Twitch.""",
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
@ -216,7 +216,7 @@ def clips(
|
|||||||
@click.option(
|
@click.option(
|
||||||
"-q",
|
"-q",
|
||||||
"--quality",
|
"--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(
|
@click.option(
|
||||||
"-r",
|
"-r",
|
||||||
|
Loading…
Reference in New Issue
Block a user