From 9eb6591913bed3601df156a38bc6491f0360c8ce Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Mon, 10 Apr 2023 19:29:09 +0200 Subject: [PATCH] Add missing --no-audio option in manpage --- app/scrcpy.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/scrcpy.1 b/app/scrcpy.1 index 97a15d1d..37497211 100644 --- a/app/scrcpy.1 +++ b/app/scrcpy.1 @@ -183,6 +183,10 @@ It may only work over USB. Also see \fB\-\-hid\-keyboard\fR. +.TP +.B \-\-no\-audio +Disable audio forwarding. + .TP .B \-\-no\-cleanup By default, scrcpy removes the server binary from the device and restores the device state (show touches, stay awake and power mode) on exit.