diff options
author | Sean Godinez <sgodinez@multitech.com> | 2013-11-25 13:19:07 -0600 |
---|---|---|
committer | Sean Godinez <sgodinez@multitech.com> | 2013-11-25 13:19:07 -0600 |
commit | 5be8276633ef25569de793e5d2d3c5c0943a7718 (patch) | |
tree | 1ca5b4c4a550cf5d1553b2ed3fa51d35201f5e56 /io-tool | |
parent | d3a44aaa5f2ef5a23f181c88fa3f13e9662edb81 (diff) | |
download | cdp-io-controller-5be8276633ef25569de793e5d2d3c5c0943a7718.tar.gz cdp-io-controller-5be8276633ef25569de793e5d2d3c5c0943a7718.tar.bz2 cdp-io-controller-5be8276633ef25569de793e5d2d3c5c0943a7718.zip |
--help update for reset-monitor extra long signal
Diffstat (limited to 'io-tool')
-rwxr-xr-x | io-tool/mts-io-sysfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io-tool/mts-io-sysfs b/io-tool/mts-io-sysfs index 22d0be6..71253f6 100755 --- a/io-tool/mts-io-sysfs +++ b/io-tool/mts-io-sysfs @@ -144,7 +144,7 @@ usage() { radio-reset ) printf " $FILENAME { 0 }\n" >&${out} ;; reset-monitor ) - printf " $FILENAME { pid short-signal long-signal }\n" >&${out} ;; + printf " $FILENAME { pid short-signal long-signal [extra-long-signal] }\n" >&${out} ;; serial-mode ) printf " $FILENAME { rs232 | rs422 | rs485 }\n" >&${out} ;; * ) |