diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Debugging.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Debugging.md b/docs/Debugging.md index 9774a291..6158ec85 100644 --- a/docs/Debugging.md +++ b/docs/Debugging.md @@ -147,7 +147,7 @@ sudo apt-get install python-matplotlib Then graphs can be produced with: ``` -~/klipper/scripts/graphstats.py /tmp/klippy.log loadgraph.png +~/klipper/scripts/graphstats.py /tmp/klippy.log -o loadgraph.png ``` One can then view the resulting **loadgraph.png** file. |