We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83e4d0 commit bc02df1Copy full SHA for bc02df1
lib/msf/ui/console/command_dispatcher/modules.rb
@@ -66,12 +66,12 @@ def local_editor
66
end
67
68
def cmd_edit_help
69
- msg = "Edit the currently active module"
+ msg = "Edit a local file or the currently active module"
70
msg = "#{msg} #{local_editor ? "with #{local_editor}" : "(LocalEditor or $VISUAL/$EDITOR should be set first)"}."
71
- print_line "Usage: edit"
+ print_line "Usage: edit [file/to/edit.rb]"
72
print_line
73
print_line msg
74
- print_line "When done editing, you must reload the module with 'reload' or 'rerun'."
+ print_line "When done editing, you can reload the module with 'reload' or 'rerun'."
75
76
77
0 commit comments