Fix another typo?

bug/bundler_fix
wchen-r7 2016-04-07 17:12:11 -05:00
parent ff9d94218d
commit cba7353e1d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class MetasploitModule < Msf::Post
register_options([
OptBool.new('WITH_MANAGERS_ONLY', [true, 'Only users with managers', false]),
OptBool.new('ACTIVE_USERS_ONLY', [true, 'Only include active users (i.e. not disabled ones)', true]),
OptBool.new('STORE_LOOT', [true, 'Store the organisational chart information in CSV format in loot', true]),
OptBool.new('STORE_LOOT', [true, 'Store the organizational chart information in CSV format in loot', true]),
OptString.new('FILTER', [false, 'Additional LDAP filter to use when searching for users', ''])
], self.class)
end