From b12a3d993ec538eb462b81e93f0c853084c03ab4 Mon Sep 17 00:00:00 2001 From: kris <> Date: Tue, 10 Mar 2009 16:25:00 +0000 Subject: [PATCH] update version command description and comment git-svn-id: file:///home/svn/framework3/trunk@6329 4d416f70-5f16-0410-b530-b9f4589650da --- lib/msf/ui/console/command_dispatcher/core.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/msf/ui/console/command_dispatcher/core.rb b/lib/msf/ui/console/command_dispatcher/core.rb index 1fba188ded..6801df3b84 100644 --- a/lib/msf/ui/console/command_dispatcher/core.rb +++ b/lib/msf/ui/console/command_dispatcher/core.rb @@ -89,7 +89,7 @@ class Core "unset" => "Unsets one or more variables", "unsetg" => "Unsets one or more global variables", "use" => "Selects a module by name", - "version" => "Show the console library version number", + "version" => "Show the framework and console library version numbers", } end @@ -1442,7 +1442,7 @@ class Core end # - # Returns the revision of the console library + # Returns the revision of the framework and console library # def cmd_version(*args) ver = "$Revision$"