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,
'Value' : ''
},
'computers' : {
'Computers' : {
'Description' : 'Switch. Include machine hashes in the dump',
'Required' : False,
'Value' : ''
},
'domain' : {
'Domain' : {
'Description' : 'Specified (fqdn) domain to pull for the primary domain/DC.',
'Required' : False,
'Value' : ''
},
'forest' : {
'Forest' : {
'Description' : 'Switch. Pop the big daddy (forest) as well.',
'Required' : False,
'Value' : ''
},
'active' : {
'Active' : {
'Description' : 'Switch. Only collect hashes for accounts marked as active. Default is True',
'Required' : False,
'Value' : ''