Fix typo reported by mubix

git-svn-id: file:///home/svn/framework3/trunk@12346 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2011-04-18 04:40:06 +00:00
parent fa808addd0
commit 1b63d36c85
1 changed files with 1 additions and 1 deletions

View File

@ -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",