diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-11-16 17:16:14 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-11-16 17:16:14 -0500 |
commit | ac72f8ec7864a450b079ae55e42bea5b3b0383fc (patch) | |
tree | 90f961062d4484afa7a15651387240aa222d2f31 /klippy/console.py | |
parent | f3c4deb1abedc38ff91d9c77e0b7e086d2246329 (diff) | |
download | kutter-ac72f8ec7864a450b079ae55e42bea5b3b0383fc.tar.gz kutter-ac72f8ec7864a450b079ae55e42bea5b3b0383fc.tar.xz kutter-ac72f8ec7864a450b079ae55e42bea5b3b0383fc.zip |
console: Try to improve the description of the SUPPRESS command
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'klippy/console.py')
-rwxr-xr-x | klippy/console.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/console.py b/klippy/console.py index a40dacf6..6d234f44 100755 --- a/klippy/console.py +++ b/klippy/console.py @@ -14,7 +14,7 @@ help_txt = """ PINS : Load pin name aliases (eg, "PINS arduino") DELAY : Send a command at a clock time (eg, "DELAY 9999 get_uptime") FLOOD : Send a command many times (eg, "FLOOD 22 .01 get_uptime") - SUPPRESS : Suppress a response message (eg, "SUPPRESS stats") + SUPPRESS : Suppress a response message (eg, "SUPPRESS analog_in_state 4") SET : Create a local variable (eg, "SET myvar 123.4") STATS : Report serial statistics LIST : List available mcu commands, local commands, and local variables |