mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
adb: update Chinese translation (#15719)
This commit is contained in:
parent
c84b70452c
commit
0f28b975b4
1 changed files with 6 additions and 2 deletions
|
@ -22,12 +22,16 @@
|
|||
|
||||
- 从目标设备上拷贝一个文件 / 目录到本地:
|
||||
|
||||
`adb pull {{路径/到/设备的文件或目录}} {{路径/到/本地上的目录}}`
|
||||
`adb pull {{路径/到/设备的文件或目录}} {{路径/到/本地目录}}`
|
||||
|
||||
- 从本地拷贝一个文件 / 目录到目标设备:
|
||||
|
||||
`adb push {{路径/到/本地文件或目录}} {{路径/到/设备上的目录}}`
|
||||
`adb push {{路径/到/本地文件或目录}} {{路径/到/设备目录}}`
|
||||
|
||||
- 列出已连接的设备:
|
||||
|
||||
`adb devices`
|
||||
|
||||
- 当有多个设备连接时,指定目标设备执行命令:
|
||||
|
||||
`adb -s {{设备_ID}} {{shell}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue