Skip to content

Commit 9b6aa41

Browse files
authored
Merge pull request #28 from konstruktoid/doc
update README version and spelling
2 parents 635f0d3 + 5c4e1ff commit 9b6aa41

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ usage: tymely.py [-h] [-c CONFIG] [-t]
3232

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

35-
optional arguments:
35+
options:
3636
-h, --help show this help message and exit
3737
-c CONFIG, --config CONFIG
38-
specifies a CONFiguration file
38+
specifies a configuration file
3939
-t, --test don't set the system time, just print the date
4040
41-
version: 0.0.1
41+
version: 0.1.0
4242
```
4343
4444
If no configuration file is used,`tymely` will use `https://duckduckgo.com`

tymely/tymely.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def arguments():
2525
epilog="version: " + __version__,
2626
)
2727
parser.add_argument(
28-
"-c", "--config", help="specifies a CONFiguration file", type=str
28+
"-c", "--config", help="specifies a configuration file", type=str
2929
)
3030
parser.add_argument(
3131
"-t",

0 commit comments

Comments
 (0)