]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add -L option
authorGuido van Rossum <guido@python.org>
Fri, 23 Jun 1995 22:40:59 +0000 (22:40 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 23 Jun 1995 22:40:59 +0000 (22:40 +0000)
Demo/pdist/rrcs.py

index 70895ea567f8d0d0eb0744d18ebdfa696ca241f4..abd6ade4deae27c5a3cbd334cf5f21f6e65d4e41 100755 (executable)
@@ -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: