mirror of
https://github.com/qurator-spk/eynollah.git
synced 2026-02-20 16:32:03 +01:00
Updating the --help descriptions
This commit is contained in:
parent
fff4253352
commit
498ff8f7a5
1 changed files with 3 additions and 3 deletions
|
|
@ -36,21 +36,21 @@ def run_character_list_update(dir_labels, out, current_character_list):
|
||||||
@click.option(
|
@click.option(
|
||||||
"--dir_labels",
|
"--dir_labels",
|
||||||
"-dl",
|
"-dl",
|
||||||
help="directory of labels which are txt files",
|
help="directory of labels which are .txt files",
|
||||||
type=click.Path(exists=True, file_okay=False),
|
type=click.Path(exists=True, file_okay=False),
|
||||||
required=True,
|
required=True,
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
"--current_character_list",
|
"--current_character_list",
|
||||||
"-ccl",
|
"-ccl",
|
||||||
help="current exsiting character list which is txt file and wished to be updated with a set of labels",
|
help="existing character list in a .txt file that needs to be updated with a set of labels",
|
||||||
type=click.Path(exists=True, file_okay=True),
|
type=click.Path(exists=True, file_okay=True),
|
||||||
required=False,
|
required=False,
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
"--out",
|
"--out",
|
||||||
"-o",
|
"-o",
|
||||||
help="output file which is a txt file where generated or updated character list will be written",
|
help="An output .txt file where the generated or updated character list will be written",
|
||||||
type=click.Path(exists=False, file_okay=True),
|
type=click.Path(exists=False, file_okay=True),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue