Land #1907 - Updated script example notes

unstable
sinn3r 2013-06-04 14:38:39 -05:00
commit 55af517b56
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ opts.parse(args) { |opt, idx, val|
when "-h"
print_line("")
print_line("USAGE:")
print_line("EXAMPLE: run process_dump putty.exe")
print_line("EXAMPLE: run process_dump -p 1234")
print_line("EXAMPLE: run process_memdump putty.exe")
print_line("EXAMPLE: run process_memdump -p 1234")
print_line(opts.usage)
raise Rex::Script::Completed
when "-p"