[yum-commits] repoquery.py
Ville Skyttä
scop at osuosl.org
Thu Feb 24 22:14:21 UTC 2011
repoquery.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cbc1a436ce95e6e2f6229d1675afd849523b86ae
Author: Ville Skyttä <ville.skytta at iki.fi>
Date: Fri Feb 25 00:14:11 2011 +0200
Fix --level text in repoquery --help.
diff --git a/repoquery.py b/repoquery.py
index be1fe86..858e4c1 100755
--- a/repoquery.py
+++ b/repoquery.py
@@ -1173,7 +1173,7 @@ def main(args):
dest="tree_what_requires",
help=SUPPRESS_HELP)
parser.add_option("--level", dest="tree_level", default="all",
- help="levels to display (can be any number of 'all', default to 'all')")
+ help="levels to display (can be any number or 'all', default to 'all')")
parser.add_option("--output", dest="output", default="text",
help="output format to use (can be text|ascii-tree|dot-tree, default to 'text')")
parser.add_option("--search", action="store_true",
More information about the Yum-commits
mailing list