diff --git a/README.md b/README.md index ec9c954..324dadf 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/tymely/tymely.py b/tymely/tymely.py index f86b379..c42e1d8 100755 --- a/tymely/tymely.py +++ b/tymely/tymely.py @@ -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",