This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: cec-ctl: improve usage message
Author:  Hans Verkuil <hverk...@xs4all.nl>
Date:    Tue Apr 1 09:14:04 2025 +0200

List all the suboptions for --stress-test-standby-wakeup-cycle in
a single line. Splitting it up in two lines was actually confusing.

Signed-off-by: Hans Verkuil <hverk...@xs4all.nl>

 utils/cec-ctl/cec-ctl.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=715735182d5716bdea7d5f07bf98c41d380f4a0d
diff --git a/utils/cec-ctl/cec-ctl.cpp b/utils/cec-ctl/cec-ctl.cpp
index 52a45d2db09a..e005b1976e42 100644
--- a/utils/cec-ctl/cec-ctl.cpp
+++ b/utils/cec-ctl/cec-ctl.cpp
@@ -341,8 +341,7 @@ static void usage()
               "                           that fails it waits <secs> seconds 
(default 10) before\n"
               "                           retrying this.\n"
               "                           If <hpd-may-be-low> is 1, then the 
HPD is allowed to be low when in standby.\n"
-              "  --stress-test-standby-wakeup-cycle 
cnt=<count>[,polls=<n>][,max-sleep=<maxsecs>][,min-sleep=<minsecs>][,seed=<seed>][,repeats=<reps>]\n"
-              "                            
[,sleep-before-on=<secs1>][,sleep-before-off=<secs2>][,hpd-may-be-low=<0/1>]\n"
+              "  --stress-test-standby-wakeup-cycle 
cnt=<count>[,polls=<n>][,max-sleep=<maxsecs>][,min-sleep=<minsecs>][,seed=<seed>][,repeats=<reps>][,sleep-before-on=<secs1>][,sleep-before-off=<secs2>][,hpd-may-be-low=<0/1>]\n"
               "                           Standby-Wakeup cycle display <count> 
times. If 0, then never stop.\n"
               "                           It polls up to <n> times (default 
30), waiting for a state change.\n"
               "                           If <maxsecs> is non-zero (0 is the 
default), then sleep for\n"

Reply via email to