summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorMichael Vogt <egon@tas>2008-11-12 16:21:38 +0100
committerMichael Vogt <egon@tas>2008-11-12 16:21:38 +0100
commitc498e8d049f446c192446cf879728eacbd81cead (patch)
treeffdb3db47e567a35748e3d87b440fd60fad28e3c /cmdline
parentb0c16d166730b46992451b838073e9d36a8164e1 (diff)
parentecd414ef61a325e8596e6a541696e350cb956753 (diff)
* doc/sources.list.5.xml:
- Mentioned allowed characters in file names in /etc/apt/sources.list.d. Thanks to Matthias Urlichs. (Closes: #426913) * doc/apt-get.8.xml: - Included '-v'/'--version' as a command to synopsis. * cmdline/apt-cache.cc: - Advanced built-in help. Patch by Andre Felipe Machado. (Closes: #286061) - Fixed typo 'GraphVis' -> 'GraphViz'. (Closes: #349038) - Removed asking to file a release-critical bug against a package if there is a request to install only one package and it is not installable. (Closes: #419521)
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt-cache.cc4
-rw-r--r--cmdline/apt-get.cc2
2 files changed, 4 insertions, 2 deletions
diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc
index 5513fcc90..4431fd4f9 100644
--- a/cmdline/apt-cache.cc
+++ b/cmdline/apt-cache.cc
@@ -1739,8 +1739,8 @@ bool ShowHelp(CommandLine &Cmd)
" show - Show a readable record for the package\n"
" depends - Show raw dependency information for a package\n"
" rdepends - Show reverse dependency information for a package\n"
- " pkgnames - List the names of all packages\n"
- " dotty - Generate package graphs for GraphVis\n"
+ " pkgnames - List the names of all packages in the system\n"
+ " dotty - Generate package graphs for GraphViz\n"
" xvcg - Generate package graphs for xvcg\n"
" policy - Show policy settings\n"
"\n"
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index 104baba8a..5fbe21eed 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -1721,6 +1721,7 @@ bool DoInstall(CommandLine &CmdL)
"requested an impossible situation or if you are using the unstable\n"
"distribution that some required packages have not yet been created\n"
"or been moved out of Incoming.") << endl;
+ /*
if (Packages == 1)
{
c1out << endl;
@@ -1729,6 +1730,7 @@ bool DoInstall(CommandLine &CmdL)
"the package is simply not installable and a bug report against\n"
"that package should be filed.") << endl;
}
+ */
c1out << _("The following information may help to resolve the situation:") << endl;
c1out << endl;