Skip to content

Commit

Permalink
Merge pull request #28 from konstruktoid/doc
Browse files Browse the repository at this point in the history
update README version and spelling
  • Loading branch information
konstruktoid authored Dec 29, 2022
2 parents 635f0d3 + 5c4e1ff commit 9b6aa41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ usage: tymely.py [-h] [-c CONFIG] [-t]

tymely fetches HTTP-date over HTTPS and sets the system time

optional arguments:
options:
-h, --help show this help message and exit
-c CONFIG, --config CONFIG
specifies a CONFiguration file
specifies a configuration file
-t, --test don't set the system time, just print the date
version: 0.0.1
version: 0.1.0
```
If no configuration file is used,`tymely` will use `https://duckduckgo.com`
Expand Down
2 changes: 1 addition & 1 deletion tymely/tymely.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def arguments():
epilog="version: " + __version__,
)
parser.add_argument(
"-c", "--config", help="specifies a CONFiguration file", type=str
"-c", "--config", help="specifies a configuration file", type=str
)
parser.add_argument(
"-t",
Expand Down

0 comments on commit 9b6aa41

Please sign in to comment.