Remove a whitespace

unstable
sinn3r 2012-07-06 16:20:17 -05:00
parent 4f9028f7f9
commit d859059868
1 changed files with 2 additions and 2 deletions

View File

@ -24,11 +24,12 @@ def help_me
db_pass - Password for MSF database db_pass - Password for MSF database
db_worksapce - Workspace for the database db_worksapce - Workspace for the database
module_path - Path to the exploit (ie: windows/smb/ms08_067_netapi) module_path - Path to the exploit (ie: windows/smb/ms08_067_netapi)
Authors: Authors:
m-1-k-3 <m1k3[at]s3cur1ty.de> m-1-k-3 <m1k3[at]s3cur1ty.de>
sinn3r <sinn3r[at]metasploit.com> sinn3r <sinn3r[at]metasploit.com>
| |
help = help.gsub(/^\t/, '') help = help.gsub(/^\t/, '')
print_line(help) print_line(help)
end end
@ -180,4 +181,3 @@ rescue RuntimeError => e
return return
end end
</ruby> </ruby>