mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
adb-devices: add Chinese translation (#14620)
This commit is contained in:
parent
236cafb0e1
commit
1606ebd593
1 changed files with 12 additions and 0 deletions
12
pages.zh/common/adb-devices.md
Normal file
12
pages.zh/common/adb-devices.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# adb devices
|
||||||
|
|
||||||
|
> 列出已连接的 Android 设备。
|
||||||
|
> 更多信息:<https://manned.org/adb>.
|
||||||
|
|
||||||
|
- 列出设备:
|
||||||
|
|
||||||
|
`adb devices`
|
||||||
|
|
||||||
|
- 列出设备及其系统信息:
|
||||||
|
|
||||||
|
`adb devices -l`
|
Loading…
Add table
Reference in a new issue