mirror of
git://soft.sys114.com/klipper
synced 2026-02-10 19:38:07 +09:00
klippy: Wrap code to 80 columns
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -222,7 +222,8 @@ def main():
|
|||||||
opts = optparse.OptionParser(usage)
|
opts = optparse.OptionParser(usage)
|
||||||
opts.add_option("-i", "--debuginput", dest="debuginput",
|
opts.add_option("-i", "--debuginput", dest="debuginput",
|
||||||
help="read commands from file instead of from tty port")
|
help="read commands from file instead of from tty port")
|
||||||
opts.add_option("-I", "--input-tty", dest="inputtty", default='/tmp/printer',
|
opts.add_option("-I", "--input-tty", dest="inputtty",
|
||||||
|
default='/tmp/printer',
|
||||||
help="input tty name (default is /tmp/printer)")
|
help="input tty name (default is /tmp/printer)")
|
||||||
opts.add_option("-l", "--logfile", dest="logfile",
|
opts.add_option("-l", "--logfile", dest="logfile",
|
||||||
help="write log to file instead of stderr")
|
help="write log to file instead of stderr")
|
||||||
|
|||||||
Reference in New Issue
Block a user