add -L option

This commit is contained in:
Guido van Rossum 1995-06-23 22:40:59 +00:00
parent bab4725401
commit 2ba1b4c5f2
1 changed files with 1 additions and 1 deletions

View File

@ -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: