From 580677dea4b14e359f2c0622e4340da0cee761c0 Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Mon, 13 Oct 2014 11:54:44 -0500 Subject: mts-io: add configurable reset-monitor-intervals add to mtr2d2 attribute list update sysfs script to correctly show options for reset-monitor-intervals --- io-tool/mts-io-sysfs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'io-tool') diff --git a/io-tool/mts-io-sysfs b/io-tool/mts-io-sysfs index 3ecb100..7ec8da0 100755 --- a/io-tool/mts-io-sysfs +++ b/io-tool/mts-io-sysfs @@ -143,6 +143,8 @@ usage() { printf " $FILENAME { 0 }\n" >&${out} ;; reset-monitor ) printf " $FILENAME { pid short-signal long-signal [extra-long-signal] }\n" >&${out} ;; + reset-monitor-intervals ) + printf " $FILENAME { short-interval long-interval }\n" >&${out} ;; *serial-mode ) printf " $FILENAME { loopback | rs232 | rs485-half | rs422-485-full }\n" >&${out} ;; * ) -- cgit v1.2.3