Update help docs

GSoC/Meterpreter_Web_Console
Erin Bleiweiss 2018-09-26 17:23:46 -05:00
parent eeee289e2f
commit b3053020d1
No known key found for this signature in database
GPG Key ID: F69B2138BD594660
1 changed files with 2 additions and 3 deletions

View File

@ -192,11 +192,10 @@ class Msf::Ui::Console::CommandDispatcher::Developer
end
def cmd_reload_lib_help
print_line 'Usage: reload_lib lib/to/reload.rb [...]'
print_line ' reload_lib diff'
print_line 'Usage: reload_lib lib/to/reload.rb [...] [diff]'
print_line
print_line 'Reload one or more library files from specified paths.'
print_line 'Use \'diff\' to reload all changed files in your current git working tree.'
print_line 'Use the argument \'diff\' to reload all changed files in your current git working tree.'
end
#