Skip to content

Commit c988308

Browse files
authored
Merge pull request rapid7#19620 from dudu7615/Fixed-spelling-errors-in-command-usage
Fixed spelling errors in command usage
2 parents 763793e + 8ffa333 commit c988308

File tree

1 file changed

+1
-1
lines changed
  • lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi

1 file changed

+1
-1
lines changed

lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/ui.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ def cmd_keyevent(*args)
463463
else
464464
print_line("Usage: keyevent keycode [action] (press, up, down)")
465465
print_line(" e.g: keyevent 13 press (send the enter key)")
466-
print_line(" kevevent 17 down (control key down)\n")
466+
print_line(" keyevent 17 down (control key down)\n")
467467
return
468468
end
469469

0 commit comments

Comments
 (0)