mirror of https://github.com/Genymobile/scrcpy
Simplify command in documentation
If --no-video is passed, --no-playback is equivalent to --no-audio-playback.
This commit is contained in:
parent
888a5aae7d
commit
2d79aeb117
|
@ -56,7 +56,7 @@ For example, to use the device as a dictaphone and record a capture directly on
|
|||
the computer:
|
||||
|
||||
```
|
||||
scrcpy --audio-source=mic --no-video --no-audio-playback --record=file.opus
|
||||
scrcpy --audio-source=mic --no-video --no-playback --record=file.opus
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue