Change "event" to "motionevent" in input command usage

Test: adb shell input motionevent
Bug: 146916200
Change-Id: Iba0f23a5c9ac83e74f39c1142fcf7cb47ecae4a6
This commit is contained in:
Arthur Hung
2020-01-03 14:57:52 +08:00
parent 723628b5df
commit c0397b4965

View File

@@ -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)");
}
}