From 750415c0b7a30e055f5ad6aef98fa0c50cf9c972 Mon Sep 17 00:00:00 2001 From: guinux Date: Sat, 13 Apr 2013 11:19:40 +0200 Subject: [PATCH] fix options in config --- pamac/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pamac/config.py b/pamac/config.py index c3f09e2..ae73074 100644 --- a/pamac/config.py +++ b/pamac/config.py @@ -38,17 +38,17 @@ SINGLE_OPTIONS = ( 'DBPath', 'GPGDir', 'LogFile', + 'UseDelta', 'Architecture', 'XferCommand', 'CleanMethod', 'SigLevel', - 'LocalFileSigLevel' + 'LocalFileSigLevel', + 'RemoteFileSigLevel' ) BOOLEAN_OPTIONS = ( 'UseSyslog', - 'ShowSize', - 'UseDelta', 'TotalDownload', 'CheckSpace', 'VerbosePkgLists',