punctuate
This commit is contained in:
parent
b567f4df28
commit
d6242056a6
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ Usage: leapsecond [OPTIONS] COMMAND [ARGS]...
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--url TEXT URL for leap second data (unspecified to use default
|
--url TEXT URL for leap second data (unspecified to use default
|
||||||
source
|
source)
|
||||||
--debug / --no-debug
|
--debug / --no-debug
|
||||||
--help Show this message and exit.
|
--help Show this message and exit.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ class State:
|
||||||
"--url",
|
"--url",
|
||||||
type=str,
|
type=str,
|
||||||
default=None,
|
default=None,
|
||||||
help="URL for leap second data (unspecified to use default source",
|
help="URL for leap second data (unspecified to use default source)",
|
||||||
)
|
)
|
||||||
@click.option("--debug/--no-debug", type=bool)
|
@click.option("--debug/--no-debug", type=bool)
|
||||||
@click.pass_context
|
@click.pass_context
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue