Skip to content

Commit 55af517

Browse files
committed
Land rapid7#1907 - Updated script example notes
2 parents ebb3f2a + c40a734 commit 55af517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/meterpreter/process_memdump.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
when "-h"
2828
print_line("")
2929
print_line("USAGE:")
30-
print_line("EXAMPLE: run process_dump putty.exe")
31-
print_line("EXAMPLE: run process_dump -p 1234")
30+
print_line("EXAMPLE: run process_memdump putty.exe")
31+
print_line("EXAMPLE: run process_memdump -p 1234")
3232
print_line(opts.usage)
3333
raise Rex::Script::Completed
3434
when "-p"

0 commit comments

Comments
 (0)