From 888a5aae7d90e6aba969baabb4c951b4ab9f4a7f Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Sun, 4 Jun 2023 18:40:55 +0200 Subject: [PATCH] Fix typo in recording documentation The option is --record, not --record-file. --- doc/recording.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/recording.md b/doc/recording.md index 6f721062..02e3cfc8 100644 --- a/doc/recording.md +++ b/doc/recording.md @@ -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 ```