Skip to content

Commit

Permalink
whoops, make -h available -- was printing usage but because of an error
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/svn/framework3/trunk@6037 4d416f70-5f16-0410-b530-b9f4589650da
  • Loading branch information
kris committed Dec 22, 2008
1 parent 2321458 commit 32f9bba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion msfrpc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ arguments = Rex::Parser::Arguments.new(
"-p" => [ true, "Connect to the specified port instead of 55553" ],
"-U" => [ true, "Specify the username to access msfrpcd" ],
"-P" => [ true, "Specify the password to access msfrpcd" ],
"-S" => [ false, "Disable SSL on the XMLRPC socket" ]
"-S" => [ false, "Disable SSL on the XMLRPC socket" ],
"-h" => [ false, "Help banner" ]
)

opts = {
Expand Down

0 comments on commit 32f9bba

Please sign in to comment.