🐛 fix a grammatical error

GSoC/Meterpreter_Web_Console
王一航 2018-06-10 10:40:12 +08:00 committed by GitHub
parent e52ee80a58
commit 58cc2c1ff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class CommandShell
print_line('Usage: sessions <id>') print_line('Usage: sessions <id>')
print_line print_line
print_line('Interact with a different session Id.') 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 <session id>') print_line('This works the same as calling this from the MSF shell: sessions -i <session id>')
print_line print_line
end end