diff options
author | Jesse Gilles <jgilles@multitech.com> | 2013-12-17 13:33:59 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2013-12-17 13:33:59 -0600 |
commit | e202e64c51ee7a036145be7d1800e99ac85646dc (patch) | |
tree | 938b74ca514c461aa74fadd04c019e37de2a67d9 | |
parent | baf0d32bdbc9c4cc5a2daf34fff4638e6dc705ae (diff) | |
download | cdp-io-controller-e202e64c51ee7a036145be7d1800e99ac85646dc.tar.gz cdp-io-controller-e202e64c51ee7a036145be7d1800e99ac85646dc.tar.bz2 cdp-io-controller-e202e64c51ee7a036145be7d1800e99ac85646dc.zip |
mts-io-sysfs: update usage
-rwxr-xr-x | io-tool/mts-io-sysfs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/io-tool/mts-io-sysfs b/io-tool/mts-io-sysfs index 75015c3..3961c03 100755 --- a/io-tool/mts-io-sysfs +++ b/io-tool/mts-io-sysfs @@ -146,7 +146,7 @@ usage() { reset-monitor ) printf " $FILENAME { pid short-signal long-signal [extra-long-signal] }\n" >&${out} ;; serial-mode ) - printf " $FILENAME { rs232 | rs422 | rs485 }\n" >&${out} ;; + printf " $FILENAME { loopback | rs232 | rs422 | rs485 }\n" >&${out} ;; * ) printf " $FILENAME BOOLEAN\n" >&${out} ;; esac @@ -154,13 +154,13 @@ usage() { printf " }\n" >&${out} printf "\n" >&${out} + #footer printf " OPTIONS := {\n" >&${out} printf " --verbose\n" >&${out} printf " }\n" >&${out} printf "\n" >&${out} printf " BOOLEAN := { OFF | ON }\n" >&${out} - printf " LED-VALUE := { OFF | ON }\n" >&${out} printf " OFF := 0\n" >&${out} printf " ON := 1\n" >&${out} printf "\n" >&${out} |