Remove unused option.

unstable
scriptjunkie 2013-03-25 20:47:18 -05:00
parent d386e6e568
commit 4281a4ff8b
1 changed files with 0 additions and 1 deletions

1
msfrpc
View File

@ -30,7 +30,6 @@ arguments = Rex::Parser::Arguments.new(
"-p" => [ true, "Connect to the specified port instead of 55553" ], "-p" => [ true, "Connect to the specified port instead of 55553" ],
"-U" => [ true, "Specify the username to access msfrpcd" ], "-U" => [ true, "Specify the username to access msfrpcd" ],
"-P" => [ true, "Specify the password to access msfrpcd" ], "-P" => [ true, "Specify the password to access msfrpcd" ],
"-t" => [ true, "Type of RPC daemon, [XML|Msg]" ],
"-S" => [ false, "Disable SSL on the RPC socket" ], "-S" => [ false, "Disable SSL on the RPC socket" ],
"-h" => [ false, "Help banner" ] "-h" => [ false, "Help banner" ]
) )