Fix typo of "architectures" in pivot command help

GSoC/Meterpreter_Web_Console
William Vu 2019-01-17 20:16:43 -06:00
parent b412bb3136
commit 80e70a145d
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ class Console::CommandDispatcher::Core
print_line
print_line('Supported pivot types:')
print_line(' - pipe (using named pipes over SMB)')
print_line('Supported arhiectures:')
print_line('Supported architectures:')
@@pivot_supported_archs.each do |a|
print_line(' - ' + a)
end