Skip to content

Commit

Permalink
Corrected DEFAULT_DELAY and DELAY documentation
Browse files Browse the repository at this point in the history
Related to https://github.com/hak5darren/USB-Rubber-Ducky/issues/3  where the wiki was updated but not the Java CLI tool.
  • Loading branch information
Rodney Beede committed Sep 12, 2016
1 parent 33a834b commit 4a3f9cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Encoder/src/Encoder.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public static void main(String[] args) {
+ " CTRL | CONTROL [key name] (ex: CTRL ESC)\n"
+ " CTRL-ALT [key name] (ex: CTRL-ALT DEL)\n"
+ " CTRL-SHIFT [key name] (ex: CTRL-SHIFT ESC)\n"
+ " DEFAULT_DELAY | DEFAULTDELAY [Time in millisecond * 10] (change the delay between each command)\n"
+ " DELAY [Time in millisecond * 10] (used to overide temporary the default delay)\n"
+ " DEFAULT_DELAY | DEFAULTDELAY [Time in millisecond] (change the delay between each command)\n"
+ " DELAY [Time in millisecond] (used to overide temporary the default delay)\n"
+ " GUI | WINDOWS [key name] (ex: GUI r, GUI l)\n"
+ " REM [anything] (used to comment your code, no obligation :) )\n"
+ " ALT-SHIFT (swap language)\n"
Expand Down

0 comments on commit 4a3f9cd

Please sign in to comment.