summaryrefslogtreecommitdiff
path: root/io-tool
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2013-12-17 13:33:59 -0600
committerJesse Gilles <jgilles@multitech.com>2013-12-17 13:33:59 -0600
commite202e64c51ee7a036145be7d1800e99ac85646dc (patch)
tree938b74ca514c461aa74fadd04c019e37de2a67d9 /io-tool
parentbaf0d32bdbc9c4cc5a2daf34fff4638e6dc705ae (diff)
downloadmts-io-e202e64c51ee7a036145be7d1800e99ac85646dc.tar.gz
mts-io-e202e64c51ee7a036145be7d1800e99ac85646dc.tar.bz2
mts-io-e202e64c51ee7a036145be7d1800e99ac85646dc.zip
mts-io-sysfs: update usage
Diffstat (limited to 'io-tool')
-rwxr-xr-xio-tool/mts-io-sysfs4
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}