Commit b3568cf8 authored by kliment's avatar kliment

Fix documentation of monitor command

parent 661d0c19
......@@ -597,6 +597,9 @@ class pronsole(cmd.Cmd):
def help_monitor(self):
print "Monitor a machine's temperatures and an SD print's status."
print "monitor - Reports temperature and SD print status (if SD printing) every 5 seconds"
print "monitor 2 - Reports temperature and SD print status (if SD printing) every 2 seconds"
interp=pronsole()
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment