capitalisation

This commit is contained in:
Stuart Morgan 2015-12-21 10:39:30 +00:00
parent 9493b333df
commit b0fca769d7
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ class Metasploit3 < Msf::Post
register_options([
OptString.new('ADDITIONAL_FIELDS', [false, 'Additional group fields to retrieve, comma separated.', nil]),
OptBool.new('RESOLVE_MANAGERS', [true, 'Query LDAP to get the account name of group managers.', true]),
OptBool.new('SECURITY_GROUPS_ONLY', [true, 'Only include security groups.', true])
OptBool.new('RESOLVE_MANAGERS', [true, 'Query LDAP to get the account name of group managers.', TRUE]),
OptBool.new('SECURITY_GROUPS_ONLY', [true, 'Only include security groups.', TRUE])
], self.class)
end