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:
Alberto Pasqualetto 2021-05-14 14:57:38 +02:00 committed by Romain Vimont
parent 42b3d1e66e
commit 72081a241b

View file

@ -460,7 +460,7 @@ scrcpy --display 1
The list of display ids can be retrieved by:
```
```bash
adb shell dumpsys display # search "mDisplayId=" in the output
```