Land #10421, Let `use` have help too!

GSoC/Meterpreter_Web_Console
Rob Fuller 2018-08-04 13:52:20 -07:00
commit 329f58ac21
No known key found for this signature in database
GPG Key ID: 68B18120B8297963
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ module Msf
# Uses a module.
#
def cmd_use(*args)
if (args.length == 0)
if args.length == 0 || args.first == '-h'
cmd_use_help
return false
end