mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
removed the return and use Rex::Script::Completed
git-svn-id: file:///home/svn/framework3/trunk@7354 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
68564f9d5e
commit
2ef31a70f6
@ -42,7 +42,7 @@ opts.parse(args) do |opt, idx, val|
|
|||||||
case opt
|
case opt
|
||||||
when "-h"
|
when "-h"
|
||||||
print_status("HP PML Driver HPZ12 SERVICE_CHANGE_CONFIG privilege escalation." + opts.usage)
|
print_status("HP PML Driver HPZ12 SERVICE_CHANGE_CONFIG privilege escalation." + opts.usage)
|
||||||
return
|
raise Rex::Script::Completed
|
||||||
when "-r"
|
when "-r"
|
||||||
rhost = val
|
rhost = val
|
||||||
when "-p"
|
when "-p"
|
||||||
|
Loading…
Reference in New Issue
Block a user