We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145ab02 commit 8ffa333Copy full SHA for 8ffa333
lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/ui.rb
@@ -463,7 +463,7 @@ def cmd_keyevent(*args)
463
else
464
print_line("Usage: keyevent keycode [action] (press, up, down)")
465
print_line(" e.g: keyevent 13 press (send the enter key)")
466
- print_line(" kevevent 17 down (control key down)\n")
+ print_line(" keyevent 17 down (control key down)\n")
467
return
468
end
469
0 commit comments