Make the default match what the help text claims it to be ('rpms').

This commit is contained in:
bonniek 2014-06-11 16:38:33 -05:00 committed by Karanbir Singh
parent 7a56e5afa6
commit dbddad5554

View file

@ -19,7 +19,7 @@ def read_args():
usage = "usage: %prog [options] "
parser = optparse.OptionParser(usage=usage, description=desc)
parser.add_option('-p', '--project', metavar="<PROJECTS>",
help='''project path (default 'all', could be 'rpms', 'core-sig'...)''',
help='''project path (default 'rpms', could be 'all', 'core-sig'...)''',
default='rpms')
parser.add_option('-u', '--url', metavar="<URL>",