Initialize the DisableBanner option

This commit is contained in:
jvazquez-r7
2015-10-08 14:08:45 -05:00
parent 77fae28cd4
commit 326141ffa8
+4 -1
View File
@@ -37,7 +37,10 @@ arguments = Rex::Parser::Arguments.new(
"-q" => [ false, "Do not print the banner on startup" ],
"-h" => [ false, "Help banner" ])
opts = { 'RunInForeground' => true }
opts = {
'RunInForeground' => true,
'DisableBanner' => false
}
foreground = false
# Parse command line arguments.