fix(docs): typos

This commit is contained in:
Jérome Eertmans
2024-01-18 22:20:55 +01:00
parent 9cd50e73b2
commit cb4f6f552c
2 changed files with 3 additions and 3 deletions

View File

@ -154,7 +154,7 @@ def start_at_callback(
"--skip-all",
is_flag=True,
help="Skip all slides, useful the test if slides are working. "
"Automatically sets `--exit-after-last-slide` to True.",
"Automatically sets ``--exit-after-last-slide`` to True.",
)
@click.option(
"--exit-after-last-slide",
@ -182,7 +182,7 @@ def start_at_callback(
type=str,
callback=start_at_callback,
default=(None, None),
help="Start presenting at (x, y), equivalent to --sacn x --sasn y, "
help="Start presenting at (x, y), equivalent to ``--sacn x --sasn y``, "
"and overrides values if not None.",
)
@click.option(