From 1b63d36c85a1842f1d27f01c55c74e8a5391adb5 Mon Sep 17 00:00:00 2001 From: HD Moore Date: Mon, 18 Apr 2011 04:40:06 +0000 Subject: [PATCH] Fix typo reported by mubix git-svn-id: file:///home/svn/framework3/trunk@12346 4d416f70-5f16-0410-b530-b9f4589650da --- lib/rex/post/meterpreter/ui/console/command_dispatcher/core.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rex/post/meterpreter/ui/console/command_dispatcher/core.rb b/lib/rex/post/meterpreter/ui/console/command_dispatcher/core.rb index 4e226bff87..facc5ff019 100644 --- a/lib/rex/post/meterpreter/ui/console/command_dispatcher/core.rb +++ b/lib/rex/post/meterpreter/ui/console/command_dispatcher/core.rb @@ -48,7 +48,7 @@ class Console::CommandDispatcher::Core "irb" => "Drop into irb scripting mode", "migrate" => "Migrate the server to another process", "use" => "Deprecated alias for 'load'", - "load" => "Load a one or more meterpreter extensions", + "load" => "Load one or more meterpreter extensions", "quit" => "Terminate the meterpreter session", "resource" => "Run the commands stored in a file", "read" => "Reads data from a channel",