diff options
author | Jakob Gruber <jakob.gruber@gmail.com> | 2011-03-25 00:15:44 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-04-21 00:13:20 +0200 |
commit | dcb6fb224dd3ac91c08369e9fbff12349b96e545 (patch) | |
tree | 89b5ebf7c2f73e96db324f6680a86f7c5842d148 /etc | |
parent | efd8ae483fe587feccd32c90fbee474aa19a5557 (diff) | |
download | pacman-dcb6fb224dd3ac91c08369e9fbff12349b96e545.tar.gz pacman-dcb6fb224dd3ac91c08369e9fbff12349b96e545.tar.xz |
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 'etc')
-rw-r--r-- | etc/pacman.conf.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index 1105db94..161d5169 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -30,7 +30,6 @@ Architecture = auto # Misc options (all disabled by default) #UseSyslog -#ShowSize #UseDelta #TotalDownload #CheckSpace |