mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
adb-reverse: update Polish translation (#13584)
This commit is contained in:
parent
581fc79c29
commit
ac04d0f4f3
1 changed files with 4 additions and 4 deletions
|
@ -3,18 +3,18 @@
|
|||
> Android Debug Bridge Reverse: zwrotne połączenie socketowe z emulowanego lub prawdziwego urządzenia Android.
|
||||
> Więcej informacji: <https://developer.android.com/tools/adb>.
|
||||
|
||||
- Listuj wszystkie zwrotne połączenia socketowe z emulatorów i urządzeń:
|
||||
- Wypisz wszystkie zwrotne połączenia socketowe z emulatorów i urządzeń:
|
||||
|
||||
`adb reverse --list`
|
||||
|
||||
- Przekieruj port TCP z emulatora lub urządzenia do localhost:
|
||||
|
||||
`adb reverse tcp:{{remote_port}} tcp:{{local_port}}`
|
||||
`adb reverse tcp:{{zdalny_port}} tcp:{{lokalny_port}}`
|
||||
|
||||
- Usuń wybrane zwrotne połączenie z emulatora lub urządzenia:
|
||||
|
||||
`adb reverse --remove tcp:{{remote_port}}`
|
||||
`adb reverse --remove tcp:{{zdalny_port}}`
|
||||
|
||||
- Usuń wszystkie zwrotne połączenie z emulatorów lub urządzeń:
|
||||
- Usuń wszystkie zwrotne połączenia z wszystkich emulatorów lub urządzeń:
|
||||
|
||||
`adb reverse --remove-all`
|
||||
|
|
Loading…
Add table
Reference in a new issue