42
43
help="The directory that contains the trunk branches.")
43
44
parser.add_option("--version", action="store_true", dest="show_version",
44
45
help="Print the software version and exit")
52
52
parser = command_line_parser()
53
53
(options, args) = parser.parse_args(sys.argv[1:])