aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Debugging.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Debugging.md b/docs/Debugging.md
index 4286a37a..6c19ce54 100644
--- a/docs/Debugging.md
+++ b/docs/Debugging.md
@@ -123,12 +123,15 @@ possible to manually send these MCU commands (functions marked with
the DECL_COMMAND() macro in the Klipper source code). To do so, run:
```
-~/klippy-env/bin/python ./klippy/console.py /tmp/pseudoserial 250000
+~/klippy-env/bin/python ./klippy/console.py /tmp/pseudoserial
```
See the "HELP" command within the tool for more information on its
functionality.
+Some command-line options are available. For more information run:
+`~/klippy-env/bin/python ./klippy/console.py --help`
+
Generating load graphs
======================