diff options
author | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-08 21:11:14 +0200 |
---|---|---|
committer | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-08 21:11:14 +0200 |
commit | 2c120e24097b1f495658d5b06c62dfe19028b6da (patch) | |
tree | b54276abe39fbbc9327051985a548fe3cf2e28e3 /cmdline | |
parent | a7b228bd02987a5738f149e45b3119fbdc458a3c (diff) |
Re-applied apt-cache built-in help fixes.
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/apt-cache.cc | 4 |
1 files changed, 2 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" |