diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:49 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:49 +0000 |
commit | ab559b358d7c390ac63bfcf8d526ca44761aafc5 (patch) | |
tree | f3e5de5cc903ac81f2df7b8992be8e780b707440 /doc | |
parent | f436bdc5fdd0db812484774d701e7d98b1e76224 (diff) |
Added --no-download
Author: jgg
Date: 1999-05-24 03:39:36 GMT
Added --no-download
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt-get.8.yo | 4 | ||||
-rw-r--r-- | doc/examples/apt.conf | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/apt-get.8.yo b/doc/apt-get.8.yo index ed63766a0..3b7b90948 100644 --- a/doc/apt-get.8.yo +++ b/doc/apt-get.8.yo @@ -150,6 +150,10 @@ integrity check after retrieval (corrupted package files), hold back those packages and handle the result. Use of this option together with -f may produce an error in some situations. See bf(ignore-missing). +dit(bf(--no-download)) +Disables downloading of packages. This is best used with --ignore-missing to +force APT to use only the .debs it has already downloaded. + dit(bf(-q, --quiet)) Quiet; produces output suitable for logging, omitting progress indicators. More qs will produce more quiet up to a maximum of 2. You can also use diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf index a295e59ea..affe5d8be 100644 --- a/doc/examples/apt.conf +++ b/doc/examples/apt.conf @@ -1,4 +1,4 @@ -// $Id: apt.conf,v 1.32 1999/04/19 06:03:09 jgg Exp $ +// $Id: apt.conf,v 1.33 1999/05/24 03:39:37 jgg Exp $ /* This file is an index of all APT configuration directives. It should NOT actually be used as a real config file, though it is a completely valid file. @@ -33,6 +33,7 @@ APT No-Upgrade "false"; Print-URIs "false"; Compile "false"; + No-Download "false"; }; Cache |