From 181e0a2e07e727e033d59e73985d0791fdac12af Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Wed, 23 Sep 2020 11:28:16 +0200 Subject: [PATCH] typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9460e75..3a8b03d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The `data` folder contains some channel lists and output files for testing. Reads a list of PV names from plain text file (comments starting with `#` are allowed, even recommended) and tests each channel for connection, alarm status and severity. -For each channel, the result will be printed as soon as it arrived. Thus, the output is ordered by response time. There is a command line switch to suppress the output (`-s`/`--silent`) and to set the connection time out in seconds (`-t`/`--timeout`). +For each channel, the result will be printed as soon as it arrived. Thus, the output is ordered by response time. There is a command-line switch to suppress the output (`-s`/`--silent`) and to set the connection time out in seconds (`-t`/`--timeout`). The test result can be written to a comma-separated values (csv) file by giving a filename to the `-o`/`--output` switch (`.csv` is automatically appended to the filename if missing). @@ -31,7 +31,7 @@ Reads two csv files produced via [check](#check), and prints the differences (if Values are, on the one hand, likely to change between checks. However, this change does, on the other hand, not necessarily indicate a problem. Thus, there is a switch (`-v`/`--ignore-values`) to ignore them in the comparison. -###example output +### example output `./sani.py compare data/test1.csv data/test4 --ignore-values`