From 69fb1458f9fc4a9080807e9d3e34bdeee33323b2 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Tue, 3 Nov 2020 14:19:11 +0100 Subject: [PATCH] added -a switch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57d1fa6..88e8408 100644 --- a/README.md +++ b/README.md @@ -72,5 +72,5 @@ Entries that are identical in both files will not be shown. Differences will be ### goto -Reads a csv file produced via [check](#check), and puts each stored non-NaN value into the respective PV. The command-line switches work identically to their [check](#check) counterparts. +Reads a csv file produced via [check](#check), and puts each stored non-NaN value into the respective PV. The command-line switches `-q`, `-s` and `-t` work identically to their [check](#check) counterparts. Additionally, there is a switch (`-a`/`--ignore-alarm`) that allows to ignore PVs (i.e., not put their values) that have been in an alarm state during the check.