Fixing small things

1.6
Nick Landers 2015-11-30 22:19:24 -07:00
parent d6443b9399
commit e8337f47f4
1 changed files with 4 additions and 4 deletions

View File

@ -40,22 +40,22 @@ class Module:
'Required' : True, 'Required' : True,
'Value' : '' 'Value' : ''
}, },
'computers' : { 'Computers' : {
'Description' : 'Switch. Include machine hashes in the dump', 'Description' : 'Switch. Include machine hashes in the dump',
'Required' : False, 'Required' : False,
'Value' : '' 'Value' : ''
}, },
'domain' : { 'Domain' : {
'Description' : 'Specified (fqdn) domain to pull for the primary domain/DC.', 'Description' : 'Specified (fqdn) domain to pull for the primary domain/DC.',
'Required' : False, 'Required' : False,
'Value' : '' 'Value' : ''
}, },
'forest' : { 'Forest' : {
'Description' : 'Switch. Pop the big daddy (forest) as well.', 'Description' : 'Switch. Pop the big daddy (forest) as well.',
'Required' : False, 'Required' : False,
'Value' : '' 'Value' : ''
}, },
'active' : { 'Active' : {
'Description' : 'Switch. Only collect hashes for accounts marked as active. Default is True', 'Description' : 'Switch. Only collect hashes for accounts marked as active. Default is True',
'Required' : False, 'Required' : False,
'Value' : '' 'Value' : ''