Fix typo in recording documentation

The option is --record, not --record-file.
pr4075
Romain Vimont 12 months ago
parent 323ea2f1d9
commit 888a5aae7d

@ -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
```

Loading…
Cancel
Save