[Zope-CVS] CVS: Packages/tcpwatch - tcpwatch.py:1.4
Tres Seaver
tseaver@zope.com
Tue, 17 Jun 2003 08:35:19 -0400
Update of /cvs-repository/Packages/tcpwatch
In directory cvs.zope.org:/tmp/cvs-serv22428
Modified Files:
tcpwatch.py
Log Message:
- Add missing comma, whose absence disabled the '--record-prefix' and
'--no-record-responses'.
=== Packages/tcpwatch/tcpwatch.py 1.3 => 1.4 ===
--- Packages/tcpwatch/tcpwatch.py:1.3 Mon Jun 16 15:06:44 2003
+++ Packages/tcpwatch/tcpwatch.py Tue Jun 17 08:35:18 2003
@@ -1297,7 +1297,7 @@
try:
optlist, extra = getopt.getopt(args, 'chL:np:r:R:s',
['help', 'http', 'cr',
- 'record-directory=', 'record-prefix='
+ 'record-directory=', 'record-prefix=',
'no-record-responses',
'no-record-errors',
])