Show More
@@ -507,7 +507,7 b' def options(cmd, keys, others):' | |||||
507 | opts[k] = others[k] |
|
507 | opts[k] = others[k] | |
508 | del others[k] |
|
508 | del others[k] | |
509 | if others: |
|
509 | if others: | |
510 |
sys.stderr.write(" |
|
510 | sys.stderr.write("warning: %s ignored unexpected arguments %s\n" | |
511 | % (cmd, ",".join(others))) |
|
511 | % (cmd, ",".join(others))) | |
512 | return opts |
|
512 | return opts | |
513 |
|
513 |
General Comments 0
You need to be logged in to leave comments.
Login now