From 2d79aeb117a4532761ffd26c4093f6cbf4a8d337 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Sun, 4 Jun 2023 18:43:35 +0200 Subject: [PATCH] Simplify command in documentation If --no-video is passed, --no-playback is equivalent to --no-audio-playback. --- doc/audio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/audio.md b/doc/audio.md index c16afd7f..fd17931e 100644 --- a/doc/audio.md +++ b/doc/audio.md @@ -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 ```