diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:34 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:34 +0000 |
commit | c217f42adc1a82c7400e85178f61bf429fea1bc4 (patch) | |
tree | 0daa2459bdbfe9db54412e03cb33e37a1f4e3be5 /cmdline | |
parent | 7d5bbcbc91a55fe3d1727c9dfc42b676b2fb743e (diff) |
Fixed up the docs a bit
Author: jgg
Date: 1998-11-23 01:45:58 GMT
Fixed up the docs a bit
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/apt-get.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 279a0c4ed..24a3f8e7f 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-get.cc,v 1.16 1998/11/22 23:37:07 jgg Exp $ +// $Id: apt-get.cc,v 1.17 1998/11/23 01:45:59 jgg Exp $ /* ###################################################################### apt-get - Cover for dpkg @@ -913,8 +913,8 @@ int ShowHelp() cout << " check - Verify that there are no broken dependencies" << endl; cout << endl; cout << "Options:" << endl; - cout << " -h This help text." << endl; - cout << " -q Loggable output - no progress indicator" << endl; + cout << " -h This help text." << endl; + cout << " -q Loggable output - no progress indicator" << endl; cout << " -qq No output except for errors" << endl; cout << " -d Download only - do NOT install or unpack archives" << endl; cout << " -s No-act. Perform ordering simulation" << endl; |