diff options
| author | Matt Turner <mattst88@gentoo.org> | 2021-07-16 14:21:44 -0700 |
|---|---|---|
| committer | Matt Turner <mattst88@gentoo.org> | 2021-07-16 14:21:44 -0700 |
| commit | 55170b5be88df6d5d8f6e07ecb39fc1a86d3426a (patch) | |
| tree | c6af80f06d8488b0f577f148c19eab121d222b19 /pym | |
| parent | e3ebb8e9275647f5f56281d9d9c955f0e273ea89 (diff) | |
| download | gentoolkit-55170b5be88df6d5d8f6e07ecb39fc1a86d3426a.tar.gz | |
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')
| -rw-r--r-- | pym/gentoolkit/equery/__init__.py | 1 |
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"), |
