diff options
author | Matthias Krüger <matthias.krueger@famsik.de> | 2014-03-06 01:25:59 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-03-08 17:29:56 +1000 |
commit | 87b0818246984295399c0b612abf9514695ae473 (patch) | |
tree | 402c191e1f4c344260006052f7f8eb2f58cd0b42 /doc | |
parent | ffdc2c5396903ec0dd2b7ab4623f7f7674827885 (diff) | |
download | pacman-87b0818246984295399c0b612abf9514695ae473.tar.xz |
note that TotalDownload and XferCommand are incompatible.
Another small patch that I made long ago (but was too lazy to submit
back then).
When using XferCommand, TotalDownload option is not take into account.
Regards, Matthias
>From bff946cd9969b6bc6243875e0759f0ee02e487de Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= <matthias.krueger@famsik.de>
Date: Thu, 9 May 2013 13:21:04 +0200
Subject: [PATCH] doc: pacman.conf: note that TotalDownload and XferCommand
options are incompatible.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Matthias Krüger <matthias.krueger@famsik.de>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pacman.conf.5.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt index 9c3dffe3..f19311c2 100644 --- a/doc/pacman.conf.5.txt +++ b/doc/pacman.conf.5.txt @@ -189,6 +189,7 @@ Options and completed percentage of the entire download list rather than the percent of each individual download target. The progress bar is still based solely on the current file download. + This option won't work if XferCommand is used. *CheckSpace*:: Performs an approximate check for adequate available disk space before |