Fix --serial help
Make explicit that --serial excepts a parameter.
This commit is contained in:
parent
1807de4955
commit
b91ecf5225
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ static void usage(const char *arg0) {
|
||||||
" This flag forces to render all frames, at a cost of a\n"
|
" This flag forces to render all frames, at a cost of a\n"
|
||||||
" possible increased latency.\n"
|
" possible increased latency.\n"
|
||||||
"\n"
|
"\n"
|
||||||
" -s, --serial\n"
|
" -s, --serial serial\n"
|
||||||
" The device serial number. Mandatory only if several devices\n"
|
" The device serial number. Mandatory only if several devices\n"
|
||||||
" are connected to adb.\n"
|
" are connected to adb.\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
|
Loading…
Reference in a new issue