Commit 780ac37a authored by Jeremy Hylton's avatar Jeremy Hylton

pass M as a legal argument to getopt

parent 355753d9
......@@ -257,7 +257,7 @@ def main(args):
mega_suite = 1
set_python_path = 1
options, arg=getopt.getopt(args, 'amPhd:f:v:q')
options, arg=getopt.getopt(args, 'amPhd:f:v:qM')
if not options:
err_exit(usage_msg)
for name, value in options:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment