diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:34 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:34 +0000 |
commit | f7a08e33bc039e967bf38c2ef78cbb7cd7bb658d (patch) | |
tree | 299ad2dfbdbef50a9fda4b44930a16d867b083f3 /doc | |
parent | 7c57fe64e3cc676bb145c187da03ed9aa1ea3d47 (diff) |
Added --print-uris
Author: jgg
Date: 1999-01-30 06:07:24 GMT
Added --print-uris
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt-get.8.yo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/apt-get.8.yo b/doc/apt-get.8.yo index 30a2fc691..768b4e695 100644 --- a/doc/apt-get.8.yo +++ b/doc/apt-get.8.yo @@ -165,6 +165,12 @@ prompting if it is doing something potentially harmfull. It should not be used except in very special situations. Using bf(force-yes) can potentially destroy your system! See bf(APT::Get::force-yes). +dit(bf(--print-uris)) +Instead of fetching the files to install their URIs are printed. Each +URI will have the path, the destination file name, the size and the expected +md5 hash. Note that the file name to write to will not always match +the file name on the remote site! See bf(APT::Get::Print-URIs). + dit(bf(-c, --config-file)) Configuration File; Specify a configuration file to use. bf(apt-get) will read the default configuration file and then this configuration file. See |