From: Guido van Rossum Date: Fri, 23 Jun 1995 22:40:59 +0000 (+0000) Subject: add -L option X-Git-Tag: v1.3b1~231 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ba1b4c5f2284c475aeaa7062a81505f5e5b7132;p=thirdparty%2FPython%2Fcpython.git add -L option --- diff --git a/Demo/pdist/rrcs.py b/Demo/pdist/rrcs.py index 70895ea567f8..abd6ade4deae 100755 --- a/Demo/pdist/rrcs.py +++ b/Demo/pdist/rrcs.py @@ -13,7 +13,7 @@ from rcsclient import openrcsclient def main(): sys.stdout = sys.stderr try: - opts, rest = getopt.getopt(sys.argv[1:], 'h:p:d:qv') + opts, rest = getopt.getopt(sys.argv[1:], 'h:p:d:qvL') if not rest: cmd = 'head' else: