Merge pull request #17 from jepler/trivial-typo

punctuate
This commit is contained in:
Jeff Epler 2024-07-07 17:00:51 -05:00 committed by GitHub
commit 5f9f29ab36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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