mirror of
https://git.centos.org/centos-git-common.git
synced 2025-02-23 16:22:56 +00:00
Make the default match what the help text claims it to be ('rpms').
This commit is contained in:
parent
7a56e5afa6
commit
dbddad5554
1 changed files with 1 additions and 1 deletions
|
@ -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>",
|
||||
|
|
Loading…
Add table
Reference in a new issue