Fix typo in recording documentation

The option is --record, not --record-file.
This commit is contained in:
Romain Vimont 2023-06-04 18:40:55 +02:00
parent 323ea2f1d9
commit 888a5aae7d

View file

@ -17,7 +17,7 @@ To record only the audio:
```bash
scrcpy --no-video --record=file.opus
scrcpy --no-video --audio-codec=aac --record-file=file.aac
scrcpy --no-video --audio-codec=aac --record=file.aac
# .m4a/.mp4 and .mka/.mkv are also supported for both opus and aac
```