14 lines
523 B
Diff
14 lines
523 B
Diff
https://bugzilla.altlinux.org/show_bug.cgi?id=5953
|
|
|
|
--- apt/cmdline/apt-shell.cc
|
|
+++ apt/cmdline/apt-shell.cc
|
|
@@ -4087,7 +4099,7 @@ char *ReadLineCompCommands(const char *Text, int State)
|
|
"keep", "dist-upgrade", "dselect-upgrade", "build-dep", "clean",
|
|
"autoclean", "check", "help", "commit", "exit", "quit", "status",
|
|
"showpkg", "unmet", "search", "depends", "whatdepends", "rdepends",
|
|
- "show", "script", 0};
|
|
+ "show", "script", "list", "ls", 0};
|
|
static int Last;
|
|
static int Len;
|
|
if (State == 0) {
|