Updated comment

This commit is contained in:
Travis Shirk 2006-02-08 02:26:54 +00:00
parent ec2d9c0ad2
commit 9f1032c6e1
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ opt_one_window_types = ['never', 'always', 'peracct', 'pertype']
class Config:
__options = {
# name: [ type, value ]
# name: [ type, default_value, help_string ]
'verbose': [ opt_bool, False ],
'alwaysauth': [ opt_bool, False ],
'autopopup': [ opt_bool, False ],