fix options in config

This commit is contained in:
guinux 2013-04-13 11:19:40 +02:00
parent 991f0a27c0
commit 750415c0b7
1 changed files with 3 additions and 3 deletions

View File

@ -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',