summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-08-09 16:54:13 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-08-09 16:54:13 +0200
commitcd33a78610099e9f0cfdcad782f9d92e55ea647e (patch)
tree6fb7d7d102738f206024a3b58009533ec71c1a1d /cmdline
parent29f37db85f365f74c5c014833f3b84bb6a5f130c (diff)
* cmdline/apt-get.cc:
- added FIXME about the missing feature of or-group display in recommends/suggests display
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt-get.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index a0fddf368..64882e3e8 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -1623,6 +1623,8 @@ bool DoInstall(CommandLine &CmdL)
pkgCache::DepIterator End;
D.GlobOr(Start,End); // advances D
+ // FIXME: we really should display a or-group as a or-group to the user
+ // the problem is that ShowList is incapable of doing this
string RecommendsOrList,RecommendsOrVersions;
string SuggestsOrList,SuggestsOrVersions;
bool foundInstalledInOrGroup = false;