1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00

fix for variable ref

git-svn-id: file:///home/svn/framework3/trunk@3917 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Matt Miller 2006-09-19 20:24:55 +00:00
parent 00ffcc3835
commit 934230a005

View File

@ -228,7 +228,7 @@ class Console::CommandDispatcher::Core
print(
"Usage: use ext1 ext2 ext3 ...\n\n" +
"Loads a meterpreter extension module or modules.\n" +
@use_opts.usage)
@@use_opts.usage)
return true
end
}