2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-09-01 23:05:19 +00:00

Mention drag & drop for non-APK files in help

This commit is contained in:
Romain Vimont
2021-11-07 18:44:07 +01:00
parent d72c7076f7
commit f489f7fcad
3 changed files with 8 additions and 0 deletions

View File

@@ -328,6 +328,9 @@ scrcpy_print_usage(const char *arg0) {
"\n"
" Drag & drop APK file\n"
" Install APK from computer\n"
"\n"
" Drag & drop non-APK file\n"
" Push file to device (see --push-target)\n"
"\n", arg0);
}