Fix visualization of comment in code block
PR #2315 <https://github.com/Genymobile/scrcpy/pull/2315> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
42b3d1e66e
commit
72081a241b
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ scrcpy --display 1
|
||||||
|
|
||||||
The list of display ids can be retrieved by:
|
The list of display ids can be retrieved by:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
adb shell dumpsys display # search "mDisplayId=" in the output
|
adb shell dumpsys display # search "mDisplayId=" in the output
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue