Commit 3b403eb6 authored by Egor Dranischnikow's avatar Egor Dranischnikow

using default usage-message

parent 80e05d82
......@@ -148,7 +148,7 @@ def create_args_parser():
new_env = Options.parse_compile_time_env(values, current_settings=old_env)
setattr(namespace, self.dest, new_env)
parser = ArgumentParser(usage='%(prog)s [options] [sources and packages]+')
parser = ArgumentParser()
parser.add_argument('-X', '--directive', metavar='NAME=VALUE,...',
dest='directives', default={}, type=str,
......
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