Two patches from antoine

git-svn-id: file:///home/svn/framework3/trunk@5719 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2008-10-06 10:50:57 +00:00
parent 6ca97f33f4
commit a9d8ab159a
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ module Msf
self.artists = Gtk2::ARTISTS
self.logo = driver.get_icon('splash.png')
self.website = Gtk2::WEBSITE_URL
self.license = File.read(File.join(Msf::Config.install_root, 'documentation', 'LICENSE'))
self.license = File.read(File.join(Msf::Config.install_root, 'README'))
self.transient_for = parent
self.signal_connect('response') { self.destroy }
end

2
msfgui
View File

@ -37,7 +37,7 @@ require 'msf/ui/gtk2'
arguments = Rex::Parser::Arguments.new(
"-v" => [ true, "A number between 0 and 3 that controls log verbosity" ],
"-r" => [ true, "Execute the specified resource file" ],
"-d" => [ false, "Keep running in the foreground" ],
"-d" => [ false, "Fork and run in the background" ],
"-D" => [ false, "Keep stdio and stderr open for debugging" ],
"-h" => [ false, "Help banner" ])