summaryrefslogtreecommitdiffstats
path: root/Demo/pdist
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-06-23 22:40:59 (GMT)
committerGuido van Rossum <guido@python.org>1995-06-23 22:40:59 (GMT)
commit2ba1b4c5f2284c475aeaa7062a81505f5e5b7132 (patch)
tree2194dbe09e8d371a781b245f85331cb2c7a97960 /Demo/pdist
parentbab472540143fe5bb124b07c948b9309ce072536 (diff)
downloadcpython-2ba1b4c5f2284c475aeaa7062a81505f5e5b7132.zip
cpython-2ba1b4c5f2284c475aeaa7062a81505f5e5b7132.tar.gz
cpython-2ba1b4c5f2284c475aeaa7062a81505f5e5b7132.tar.bz2
add -L option
Diffstat (limited to 'Demo/pdist')
-rwxr-xr-xDemo/pdist/rrcs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/pdist/rrcs.py b/Demo/pdist/rrcs.py
index 70895ea..abd6ade 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: