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:
parent
c715b82b67
commit
111145d142
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue