mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 20:55:51 +02:00
adb-reboot: add Spanish translation (#15066)
This commit is contained in:
parent
32b81f70e2
commit
820a37e2bf
1 changed files with 20 additions and 0 deletions
20
pages.es/common/adb-reboot.md
Normal file
20
pages.es/common/adb-reboot.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# adb reboot
|
||||
|
||||
> Reinicia un dispositivo Android o un emulador conectado.
|
||||
> Más información: <https://manned.org/adb>.
|
||||
|
||||
- Reinicia el dispositivo normalmente:
|
||||
|
||||
`adb reboot`
|
||||
|
||||
- Reinicia el dispositivo en modo bootloader:
|
||||
|
||||
`adb reboot bootloader`
|
||||
|
||||
- Reinicia el dispositivo en modo de recuperación:
|
||||
|
||||
`adb reboot recovery`
|
||||
|
||||
- Reinicia el dispositivo en modo de arranque rápido:
|
||||
|
||||
`adb reboot fastboot`
|
Loading…
Add table
Reference in a new issue