This is an automatic generated email to let you know that the following patch were queued:
Subject: edid-decode: update usage message Author: Hans Verkuil <[email protected]> Date: Wed Oct 20 13:35:33 2021 +0200 --native-timings -> --native-resolution Signed-off-by: Hans Verkuil <[email protected]> edid-decode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/edid-decode.cpp b/edid-decode.cpp index fcae46984534..f6f4a40695b9 100644 --- a/edid-decode.cpp +++ b/edid-decode.cpp @@ -124,7 +124,7 @@ static void usage(void) " warnings are reported at the end.\n" " -C, --check-inline Check if the EDID conforms to the standards, failures and\n" " warnings are reported inline.\n" - " -n, --native-timings Report the native timings.\n" + " -n, --native-resolution Report the native resolution.\n" " -p, --preferred-timings Report the preferred timings.\n" " -P, --physical-address Only report the CEC physical address.\n" " -S, --short-timings Report all video timings in a short format.\n" _______________________________________________ linuxtv-commits mailing list [email protected] https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
