Improve --push-target example in README

A common use case for the --push-target option is to pass the device
Download directory.
This commit is contained in:
Romain Vimont 2021-03-28 12:22:11 +02:00
parent 1fb7957525
commit 3a4b10a38d

View file

@ -667,7 +667,7 @@ There is no visual feedback, a log is printed to the console.
The target directory can be changed on start:
```bash
scrcpy --push-target /sdcard/foo/bar/
scrcpy --push-target=/sdcard/Download/
```