[+] Update resource meta command help info

Signed-off-by: WangYihang <wangyihanger@gmail.com>
GSoC/Meterpreter_Web_Console
WangYihang 2018-07-11 13:06:33 +08:00
parent 85bfca95fd
commit 26c505e336
No known key found for this signature in database
GPG Key ID: C8A9AC8D3F4845A2
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ class CommandShell
def cmd_resource_help def cmd_resource_help
print_line "Usage: resource path1 [path2 ...]" print_line "Usage: resource path1 [path2 ...]"
print_line print_line
print_line "Run the commands stored in the supplied files (- for stdin)." print_line "Run the commands stored in the supplied files. (- for stdin, press CTRL+D to end input from stdin)"
print_line "Resource files may also contain ERB or Ruby code between <ruby></ruby> tags." print_line "Resource files may also contain ERB or Ruby code between <ruby></ruby> tags."
print_line print_line
end end