summaryrefslogtreecommitdiff
path: root/serial/tools/list_ports.py
diff options
context:
space:
mode:
Diffstat (limited to 'serial/tools/list_ports.py')
-rw-r--r--serial/tools/list_ports.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/serial/tools/list_ports.py b/serial/tools/list_ports.py
index c115441..6231d7d 100644
--- a/serial/tools/list_ports.py
+++ b/serial/tools/list_ports.py
@@ -4,7 +4,7 @@
# this is a wrapper module for different platform implementations of the
# port enumeration feature
#
-# (C) 2011 Chris Liechti <cliechti@gmx.net>
+# (C) 2011-2013 Chris Liechti <cliechti@gmx.net>
# this is distributed under a free software license, see license.txt
"""\
@@ -50,7 +50,7 @@ def main():
usage = "%prog [options] [<regexp>]",
description = "Miniterm - A simple terminal program for the serial port."
)
-
+
parser.add_option("--debug",
help="print debug messages and tracebacks (development mode)",
dest="debug",