487
486
# Get command-line arguments to avoid asking questions.
489
(opts, args) = getopt.gnu_getopt(args, "", ['root_dir=',
491
(opts, args) = getopt.gnu_getopt(args, "", optnames)
493
494
print >>sys.stderr, "Invalid arguments:", string.join(args, ' ')