summaryrefslogtreecommitdiff
path: root/cmds/input/src
diff options
context:
space:
mode:
authorArthur Hung <arthurhung@google.com>2020-01-03 14:57:52 +0800
committerArthur Hung <arthurhung@google.com>2020-01-03 14:57:52 +0800
commitc0397b496528713d3be9efce1451bbebf6e7cb38 (patch)
tree146eb3b86e5655c8c67f0893b8af2fa09df3205b /cmds/input/src
parent723628b5df628d950a04e61345b95454633cb16a (diff)
Change "event" to "motionevent" in input command usage
Test: adb shell input motionevent Bug: 146916200 Change-Id: Iba0f23a5c9ac83e74f39c1142fcf7cb47ecae4a6
Diffstat (limited to 'cmds/input/src')
-rw-r--r--cmds/input/src/com/android/commands/input/Input.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/input/src/com/android/commands/input/Input.java b/cmds/input/src/com/android/commands/input/Input.java
index a0777459311b..08216d9b3f1d 100644
--- a/cmds/input/src/com/android/commands/input/Input.java
+++ b/cmds/input/src/com/android/commands/input/Input.java
@@ -430,6 +430,6 @@ public class Input extends BaseCommand {
+ " (Default: touchscreen)");
out.println(" press (Default: trackball)");
out.println(" roll <dx> <dy> (Default: trackball)");
- out.println(" event <DOWN|UP|MOVE> <x> <y> (Default: touchscreen)");
+ out.println(" motionevent <DOWN|UP|MOVE> <x> <y> (Default: touchscreen)");
}
}