diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 3ea61a7..97cf6f1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a python script, which creates an html test report out of a csv file. Execute the program like this: ``` -usage: .\create_report.py [-h] [-o output] [-c] input_path +.\create_report.py [-h] [-o output] [-c] input_path ``` The `input_path` points either to a executable, which outputs the csv to stdout, or to a csv (if the `-c` flag is set). |