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:
|
||||
--url TEXT URL for leap second data (unspecified to use default
|
||||
source
|
||||
source)
|
||||
--debug / --no-debug
|
||||
--help Show this message and exit.
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ class State:
|
|||
"--url",
|
||||
type=str,
|
||||
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.pass_context
|
||||
|
|
|
|||
Loading…
Reference in a new issue