Land #11275, Fix a typo in command_dispatcher/core.rb

Fix typo of "architectures" in pivot command help
This commit is contained in:
sinn3r
2019-01-22 11:58:26 -06:00
committed by Metasploit
parent a276a82a62
commit 748da0b764
@@ -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