diff options
Diffstat (limited to 'cmdline/apt-cache.cc')
-rw-r--r-- | cmdline/apt-cache.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc index dd1488568..b70e1db38 100644 --- a/cmdline/apt-cache.cc +++ b/cmdline/apt-cache.cc @@ -1209,10 +1209,10 @@ bool ShowHelp(CommandLine &) /*{{{*/ " apt-cache [options] show pkg1 [pkg2 ...]\n" "\n" "apt-cache queries and displays available information about installed\n" - "as well as installable packages. It works exclusively on the data\n" - "acquired via the 'update' command of e.g. apt-get to the local cache.\n" - "The displayed information can therefore be outdated if the last update\n" - "is too long ago, but in exchange apt-cache works independently of the\n" + "and installable packages. It works exclusively on the data acquired\n" + "into the local cache via the 'update' command of e.g. apt-get. The\n" + "displayed information may therefore be outdated if the last update was\n" + "too long ago, but in exchange apt-cache works independently of the\n" "availability of the configured sources (e.g. offline).\n"); return true; } |