From 3a4b10a38dec2514d4f588abe04dee508fdd772b Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Sun, 28 Mar 2021 12:22:11 +0200 Subject: [PATCH] Improve --push-target example in README A common use case for the --push-target option is to pass the device Download directory. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd8a1850..b396571b 100644 --- a/README.md +++ b/README.md @@ -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/ ```