Fix option formatting

bug/bundler_fix
Jon Hart 2015-11-10 21:24:58 -08:00
parent 637e570b28
commit 0762b9fa9b
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ class Metasploit3 < Msf::Auxiliary
[
Opt::RPORT(10001),
OptInt.new('TANK_NUMBER', [false, 'The tank number to operate on (use with SET_TANK_NAME, 0 to change all)', 1]),
OptString.new('TANK_NAME', [false, 'The tank name to set (use with SET_TANK_NAME), defaults to random'])
OptString.new('TANK_NAME', [false, 'The tank name to set (use with SET_TANK_NAME, defaults to random)'])
],
self.class
)