aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2009-12-14 19:37:49 +0000
committerfuzzyray <fuzzyray@gentoo.org>2009-12-14 19:37:49 +0000
commitae34620db130bd8d94d68af73571e5df1bd4d258 (patch)
tree689dceb99d7ca43ffbb463145418628ccca45f20 /pym/gentoolkit/equery/__init__.py
parentMerge genscripts rev 130 (diff)
downloadgentoolkit-ae34620db130bd8d94d68af73571e5df1bd4d258.tar.gz
gentoolkit-ae34620db130bd8d94d68af73571e5df1bd4d258.tar.bz2
gentoolkit-ae34620db130bd8d94d68af73571e5df1bd4d258.zip
Merge genscripts rev 137, this revision makes the output of equery meta compatible with epkginfo
svn path=/trunk/gentoolkit/; revision=722
Diffstat (limited to 'pym/gentoolkit/equery/__init__.py')
-rw-r--r--pym/gentoolkit/equery/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/gentoolkit/equery/__init__.py b/pym/gentoolkit/equery/__init__.py
index d993953..07eb3dd 100644
--- a/pym/gentoolkit/equery/__init__.py
+++ b/pym/gentoolkit/equery/__init__.py
@@ -87,9 +87,9 @@ def print_help(with_description=True):
print pp.command("modules") + " (" + pp.command("short name") + ")"
print format_options((
(" (b)elongs", "list what package FILES belong to"),
- (" (c)hanges", "list changelog entries for PKG"),
+ (" (c)hanges", "list changelog entries for ATOM"),
(" chec(k)", "verify checksums and timestamps for PKG"),
- (" (d)epends", "list all packages directly depending on PKG"),
+ (" (d)epends", "list all packages directly depending on ATOM"),
(" dep(g)raph", "display a tree of all dependencies for PKG"),
(" (f)iles", "list all files installed by PKG"),
(" (h)asuse", "list all packages that have USE flag"),