diff options
author | Jakob Gruber <jakob.gruber@gmail.com> | 2011-03-25 00:15:44 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-04-20 17:13:20 -0500 |
commit | dcb6fb224dd3ac91c08369e9fbff12349b96e545 (patch) | |
tree | 89b5ebf7c2f73e96db324f6680a86f7c5842d148 /doc | |
parent | efd8ae483fe587feccd32c90fbee474aa19a5557 (diff) |
Remove ShowSize option
Dan: The commit message originally referenced "VerbosePkgLists", but I'm
going to change the name of the option. In addition, this patch serves
a purpose being standalone- we should really do things like this with
-S --print and hopefully -Q --print in the future.
Signed-off-by: Jakob Gruber <jakob.gruber@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pacman.conf.5.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt index ca1f8833..75b073cd 100644 --- a/doc/pacman.conf.5.txt +++ b/doc/pacman.conf.5.txt @@ -160,9 +160,6 @@ Options Log action messages through syslog(). This will insert log entries into `{localstatedir}/log/messages` or equivalent. -*ShowSize*:: - Display the size of individual packages for '\--sync' and '\--query' modes. - *UseDelta*:: Download delta files instead of complete packages if possible. Requires the xdelta3 program to be installed. |