diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:20 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:20 +0000 |
commit | 7974b907ac33f2a5d7c7ad75c0cb13166f642ec1 (patch) | |
tree | d652b6a9e4ad570634a64d4f2741e20fb6aad509 /cmdline/apt-cache.cc | |
parent | 217076de2e6f0b6428a694648d0e2ee0b65edd44 (diff) |
Changed ie to eg
Author: jgg
Date: 1999-03-29 19:28:52 GMT
Changed ie to eg
Diffstat (limited to 'cmdline/apt-cache.cc')
-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 31247f205..75f9f455e 100644 --- a/cmdline/apt-cache.cc +++ b/cmdline/apt-cache.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-cache.cc,v 1.31 1999/03/27 01:30:38 jgg Exp $ +// $Id: apt-cache.cc,v 1.32 1999/03/29 19:28:52 jgg Exp $ /* ###################################################################### apt-cache - Manages the cache files @@ -616,7 +616,7 @@ bool ShowHelp(CommandLine &Cmd) cout << " -q Disable progress indicator." << endl; cout << " -i Show only important deps for the unmet command." << endl; cout << " -c=? Read this configuration file" << endl; - cout << " -o=? Set an arbitary configuration option, ie -o dir::cache=/tmp" << endl; + cout << " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp" << endl; cout << "See the apt-cache(8) and apt.conf(5) manual pages for more information." << endl; return 100; } |