aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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