diff options
author | Jesse Gilles <jgilles@multitech.com> | 2013-12-16 11:36:54 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2013-12-16 11:36:54 -0600 |
commit | 9b997f49a9ded4b0afbc3b705d936bbfa2bac2c6 (patch) | |
tree | 94728dea01ecdc0ec15441f3519f1466a353fc02 /io-tool | |
parent | 565b98aa33fa91be6e1690f696aca48394d2ee7d (diff) | |
download | mts-io-9b997f49a9ded4b0afbc3b705d936bbfa2bac2c6.tar.gz mts-io-9b997f49a9ded4b0afbc3b705d936bbfa2bac2c6.tar.bz2 mts-io-9b997f49a9ded4b0afbc3b705d936bbfa2bac2c6.zip |
mts-io-sysfs: remove led flashing from usage
Diffstat (limited to 'io-tool')
-rwxr-xr-x | io-tool/mts-io-sysfs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/io-tool/mts-io-sysfs b/io-tool/mts-io-sysfs index 71253f6..75015c3 100755 --- a/io-tool/mts-io-sysfs +++ b/io-tool/mts-io-sysfs @@ -160,10 +160,9 @@ usage() { printf " }\n" >&${out} printf "\n" >&${out} printf " BOOLEAN := { OFF | ON }\n" >&${out} - printf " LED-VALUE := { OFF | ON | LED-FLASHING }\n" >&${out} + printf " LED-VALUE := { OFF | ON }\n" >&${out} printf " OFF := 0\n" >&${out} printf " ON := 1\n" >&${out} - printf " LED-FLASHING := 2\n" >&${out} printf "\n" >&${out} } |