diff --git a/lib/msf/base/sessions/command_shell.rb b/lib/msf/base/sessions/command_shell.rb index 8ad487c47b..4f22849eaf 100644 --- a/lib/msf/base/sessions/command_shell.rb +++ b/lib/msf/base/sessions/command_shell.rb @@ -145,7 +145,7 @@ class CommandShell print_line('Usage: sessions ') print_line print_line('Interact with a different session Id.') - print_line('This command only accept one positive numeric argument.') + print_line('This command only accepts one positive numeric argument.') print_line('This works the same as calling this from the MSF shell: sessions -i ') print_line end