forked from cromer/pamac-classic
fix options in config
This commit is contained in:
parent
991f0a27c0
commit
750415c0b7
@ -38,17 +38,17 @@ SINGLE_OPTIONS = (
|
|||||||
'DBPath',
|
'DBPath',
|
||||||
'GPGDir',
|
'GPGDir',
|
||||||
'LogFile',
|
'LogFile',
|
||||||
|
'UseDelta',
|
||||||
'Architecture',
|
'Architecture',
|
||||||
'XferCommand',
|
'XferCommand',
|
||||||
'CleanMethod',
|
'CleanMethod',
|
||||||
'SigLevel',
|
'SigLevel',
|
||||||
'LocalFileSigLevel'
|
'LocalFileSigLevel',
|
||||||
|
'RemoteFileSigLevel'
|
||||||
)
|
)
|
||||||
|
|
||||||
BOOLEAN_OPTIONS = (
|
BOOLEAN_OPTIONS = (
|
||||||
'UseSyslog',
|
'UseSyslog',
|
||||||
'ShowSize',
|
|
||||||
'UseDelta',
|
|
||||||
'TotalDownload',
|
'TotalDownload',
|
||||||
'CheckSpace',
|
'CheckSpace',
|
||||||
'VerbosePkgLists',
|
'VerbosePkgLists',
|
||||||
|
Loading…
Reference in New Issue
Block a user