aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-07-16 14:21:44 -0700
committerMatt Turner <mattst88@gentoo.org>2021-07-16 14:21:44 -0700
commit55170b5be88df6d5d8f6e07ecb39fc1a86d3426a (patch)
treec6af80f06d8488b0f577f148c19eab121d222b19 /pym/gentoolkit/equery/__init__.py
parentequery.1: Fix spelling and typos in man page (diff)
downloadgentoolkit-55170b5be88df6d5d8f6e07ecb39fc1a86d3426a.tar.gz
gentoolkit-55170b5be88df6d5d8f6e07ecb39fc1a86d3426a.tar.bz2
gentoolkit-55170b5be88df6d5d8f6e07ecb39fc1a86d3426a.zip
equery: Remove leftovers from 'changes' removal
Closes: https://bugs.gentoo.org/796986 Fixes: bcb8158 ("equery: Remove 'changes' subcommand") Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'pym/gentoolkit/equery/__init__.py')
-rw-r--r--pym/gentoolkit/equery/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pym/gentoolkit/equery/__init__.py b/pym/gentoolkit/equery/__init__.py
index 677f534..e5b3deb 100644
--- a/pym/gentoolkit/equery/__init__.py
+++ b/pym/gentoolkit/equery/__init__.py
@@ -82,7 +82,6 @@ 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 ATOM"),
(" chec(k)", "verify checksums and timestamps for PKG"),
(" (d)epends", "list all packages directly depending on ATOM"),
(" dep(g)raph", "display a tree of all dependencies for PKG"),