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:
parent
1fb7957525
commit
3a4b10a38d
1 changed files with 1 additions and 1 deletions
|
@ -667,7 +667,7 @@ There is no visual feedback, a log is printed to the console.
|
||||||
The target directory can be changed on start:
|
The target directory can be changed on start:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
scrcpy --push-target /sdcard/foo/bar/
|
scrcpy --push-target=/sdcard/Download/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue