Skip to content

Commit a04ad3a

Browse files
committed
Update print_error to reflect new usage
1 parent 26743b4 commit a04ad3a

File tree

1 file changed

+1
-1
lines changed
  • lib/msf/ui/console/command_dispatcher

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2152,7 +2152,7 @@ def cmd_show(*args)
21522152
if mod && mod.kind_of?(Msf::Module::HasActions)
21532153
show_actions(mod)
21542154
else
2155-
print_error("No auxiliary or post module selected.")
2155+
print_error("No module with actions selected.")
21562156
end
21572157

21582158
else

0 commit comments

Comments
 (0)