Skip to content

Commit f132c15

Browse files
committed
Fix rapid7#9194, clarified error for reloading modules
1 parent f55ff36 commit f132c15

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
@@ -99,7 +99,7 @@ def cmd_edit(*args)
9999
print_status("Reloading #{path}")
100100
load path
101101
else
102-
print_error('Only Ruby files can be reloaded')
102+
print_error('Only Ruby files can be reloaded (use reload/rerun for modules)')
103103
end
104104
else
105105
print_error('Nothing to edit -- try using a module first.')

0 commit comments

Comments
 (0)