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.
2 parents ea80c15 + 6f605fb commit 811d1caCopy full SHA for 811d1ca
lib/msf/ui/console/command_dispatcher/core.rb
@@ -989,7 +989,7 @@ def cmd_threads_tabs(str, words)
989
def cmd_load_help
990
print_line "Usage: load <path> [var=val var=val ...]"
991
print_line
992
- print_line "Loads a plugin from the supplied path. If path is not absolute, fist looks"
+ print_line "Loads a plugin from the supplied path. If path is not absolute, first looks"
993
print_line "in the user's plugin directory (#{Msf::Config.user_plugin_directory}) then"
994
print_line "in the framework root plugin directory (#{Msf::Config.plugin_directory})."
995
print_line "The optional var=val options are custom parameters that can be passed to plugins."
0 commit comments