1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-09-04 20:18:27 +02:00

The get command too

This commit is contained in:
sinn3r 2015-01-28 12:59:51 -06:00
parent 68fec0fee5
commit f0742a38e2
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ Feature: Help command
connect Communicate with a host
edit Edit the current module with $VISUAL or $EDITOR
exit Exit the console
get Gets the value of a variable
get Gets the value of a context-specific variable
getg Gets the value of a global variable
go_pro Launch Metasploit web GUI
grep Grep the output of another command

View File

@ -115,7 +115,7 @@ class Core
"color" => "Toggle color",
"exit" => "Exit the console",
"edit" => "Edit the current module with $VISUAL or $EDITOR",
"get" => "Gets the value of a variable",
"get" => "Gets the value of a context-specific variable",
"getg" => "Gets the value of a global variable",
"go_pro" => "Launch Metasploit web GUI",
"grep" => "Grep the output of another command",