aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2010-11-15 23:56:17 +0000
committerfuzzyray <fuzzyray@gentoo.org>2010-11-15 23:56:17 +0000
commit4ae84cfa06e64a74cf864f137adefbe5e2301ebb (patch)
treeee92052fa1252026da615085db23f377c44a6206 /pym/gentoolkit/equery/__init__.py
parentFix failing test, caused by uncommenting the has module (diff)
downloadgentoolkit-4ae84cfa06e64a74cf864f137adefbe5e2301ebb.tar.gz
gentoolkit-4ae84cfa06e64a74cf864f137adefbe5e2301ebb.tar.bz2
gentoolkit-4ae84cfa06e64a74cf864f137adefbe5e2301ebb.zip
Change keywords short option to 'y' from 'k' which was already taken by the check keyword. Uncomment has keyword in test_init.py
svn path=/trunk/gentoolkit/; revision=849
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 6fcdd02..e25ec54 100644
--- a/pym/gentoolkit/equery/__init__.py
+++ b/pym/gentoolkit/equery/__init__.py
@@ -54,7 +54,7 @@ NAME_MAP = {
'f': 'files',
'h': 'hasuse',
'l': 'list_',
- 'k': 'keywords',
+ 'y': 'keywords',
'a': 'has',
'm': 'meta',
's': 'size',
@@ -95,7 +95,7 @@ def print_help(with_description=True):
(" (f)iles", "list all files installed by PKG"),
(" h(a)s", "list all packages for matching ENVIRONMENT data stored in /var/db/pkg"),
(" (h)asuse", "list all packages that have USE flag"),
- (" (k)keywords", "display keywords for specified PKG"),
+ (" ke(y)words", "display keywords for specified PKG"),
(" (l)ist", "list package matching PKG"),
(" (m)eta", "display metadata about PKG"),
(" (s)ize", "display total size of all files owned by PKG"),