[CentOS-devel] [PATCH] Make the default match what the help text claims it to be ('rpms').
bonniek
bonniek at fnal.gov
Wed Jun 11 21:38:33 UTC 2014
---
centos.git.repolist.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/centos.git.repolist.py b/centos.git.repolist.py
index 35be347..908530d 100755
--- a/centos.git.repolist.py
+++ b/centos.git.repolist.py
@@ -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>",
--
1.7.1
More information about the CentOS-devel
mailing list