diff options
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md index 2d44c83..3ea61a7 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,7 @@ usage: .\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). -> [!warning] -> The program does not test for invalid inputs, the behaviour for these is undefined. +The program does not test for invalid inputs, the behaviour for these is undefined. # CSV-Format |