summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene V. Lyubimkin <jackyf@1501-debian>2008-11-01 12:23:06 +0200
committerEugene V. Lyubimkin <jackyf@1501-debian>2008-11-01 12:23:06 +0200
commitc94dd3c6a691e2d447f3fd9ac479302823079d43 (patch)
treecb27180a3f75c734c7bfd5e880adf554fb79096a
parent535e63af2dde82e6dceba60a150fb4e4fc8adf40 (diff)
Advanced apt-cache.cc's built-in help.
-rw-r--r--cmdline/apt-cache.cc2
-rw-r--r--debian/changelog2
2 files changed, 3 insertions, 1 deletions
diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc
index f10ea48be..e0043b0c8 100644
--- a/cmdline/apt-cache.cc
+++ b/cmdline/apt-cache.cc
@@ -1739,7 +1739,7 @@ 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"
+ " pkgnames - List the names of all packages in the system\n"
" dotty - Generate package graphs for GraphVis\n"
" xvcg - Generate package graphs for xvcg\n"
" policy - Show policy settings\n"
diff --git a/debian/changelog b/debian/changelog
index 6b7daadc2..9ea553256 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,8 @@ apt (0.7.17) unstable; urgency=low
- 'Vcs-Bzr' field is official, used it.
- Lowercased short package descriptions.
- Bumped 'Standards-Version' to 3.8.0, no changes needed.
+ * cmdline/apt-cache.cc:
+ - Advanced built-in help. (Closes: #286061)
-- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Fri, 24 Oct 2008 23:45:17 +0300