Skip to content

Commit

Permalink
Update README help
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejzj committed Feb 5, 2023
1 parent 521899e commit c53c4e0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ Resort to the command line help to discover available options:

```
$ it-jobs-meta -h
usage: it-jobs-meta [-h] [-l LOG_PATH] {pipeline,dashboard} ...
usage: it-jobs-meta [-h] [-v {debug,info,warning,critical,error}]
[-l LOG_PATH]
{pipeline,dashboard} ...
Data pipeline and meta-analysis dashboard for IT job postings
Expand All @@ -83,6 +85,8 @@ positional arguments:
options:
-h, --help show this help message and exit
-v {debug,info,warning,critical,error}, --log-level {debug,info,warning,critical,error}
set verbosity/log level of the program (default: info)
-l LOG_PATH, --log-path LOG_PATH
path to the log file (default: var/it_jobs_meta.log)
```
Expand Down

0 comments on commit c53c4e0

Please sign in to comment.