From 2ba1b4c5f2284c475aeaa7062a81505f5e5b7132 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 23 Jun 1995 22:40:59 +0000 Subject: [PATCH] add -L option --- Demo/pdist/rrcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo/pdist/rrcs.py b/Demo/pdist/rrcs.py index 70895ea567f..abd6ade4dea 100755 --- a/Demo/pdist/rrcs.py +++ b/Demo/pdist/rrcs.py @@ -13,7 +13,7 @@ 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: