mirror of https://github.com/python/cpython.git
add -L option
This commit is contained in:
parent
bab4725401
commit
2ba1b4c5f2
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue