1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

adb: add device specifying command (#15249)

This commit is contained in:
Managor 2024-12-26 09:08:08 +02:00 committed by GitHub
parent c715b82b67
commit 111145d142
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,3 +31,7 @@
- List all connected devices:
`adb devices`
- Specify which device to send commands to if there are multiple devices:
`adb -s {{device_ID}} {{shell}}`