From d5165f2e82df5dedd60a1569bae8417eb279fafd Mon Sep 17 00:00:00 2001 From: Martin Wilhelmi Date: Fri, 1 Jul 2022 18:52:12 +0200 Subject: [PATCH] Fix kvmd-edidconf --set-audio example (#763) --- docs/edid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/edid.md b/docs/edid.md index 2cc76806..21ea17f3 100644 --- a/docs/edid.md +++ b/docs/edid.md @@ -61,7 +61,7 @@ So, to tune EDID on PiKVM, use the following steps: The `kvmd-edidconfig` utility has the ability to change some simple parameters without using an external editor. For example you can change the vendor, model name and enable [HDMI audio](audio.md) on the PiKVM virtual display: ``` -# kvmd-edidconf --set-mfc-id=LNX --set-monitor-name=PiKVM --set=audio=1 +# kvmd-edidconf --set-mfc-id=LNX --set-monitor-name=PiKVM --set-audio=1 # reboot ```