From f0742a38e284fd9bbcf45794538abeda10a1fd79 Mon Sep 17 00:00:00 2001 From: sinn3r Date: Wed, 28 Jan 2015 12:59:51 -0600 Subject: [PATCH] The get command too --- features/commands/help.feature | 2 +- lib/msf/ui/console/command_dispatcher/core.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/commands/help.feature b/features/commands/help.feature index 6c6408f0e6..5bea94a35c 100644 --- a/features/commands/help.feature +++ b/features/commands/help.feature @@ -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 diff --git a/lib/msf/ui/console/command_dispatcher/core.rb b/lib/msf/ui/console/command_dispatcher/core.rb index e4cbe5351b..69d5cd0be4 100644 --- a/lib/msf/ui/console/command_dispatcher/core.rb +++ b/lib/msf/ui/console/command_dispatcher/core.rb @@ -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",