Skip to content

Commit 9dc1b4d

Browse files
committed
Land rapid7#7761, show info tab completion
2 parents a580055 + a4950a1 commit 9dc1b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/ui/console/command_dispatcher/modules.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ def cmd_show_tabs(str, words)
570570

571571
res = %w{all encoders nops exploits payloads auxiliary post plugins options}
572572
if (active_module)
573-
res.concat(%w{ missing advanced evasion targets actions })
573+
res.concat %w{missing advanced evasion targets actions info}
574574
if (active_module.respond_to? :compatible_sessions)
575575
res << "sessions"
576576
end

0 commit comments

Comments
 (0)