aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/console.py
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-11-16 17:16:14 -0500
committerKevin O'Connor <kevin@koconnor.net>2018-11-16 17:16:14 -0500
commitac72f8ec7864a450b079ae55e42bea5b3b0383fc (patch)
tree90f961062d4484afa7a15651387240aa222d2f31 /klippy/console.py
parentf3c4deb1abedc38ff91d9c77e0b7e086d2246329 (diff)
downloadkutter-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-xklippy/console.py2
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