Blame SOURCES/screen-help-update.patch

4055a3
diff --git a/src/help.c b/src/help.c
4055a3
index 095f96b..a2b8614 100644
4055a3
--- a/src/help.c
4055a3
+++ b/src/help.c
4055a3
@@ -86,12 +86,14 @@ char *myname, *message, *arg;
4055a3
 #if defined(LOGOUTOK) && defined(UTMPOK)
4055a3
   printf("-l            Login mode on (update %s), -ln = off.\n", UTMPFILE);
4055a3
 #endif
4055a3
-  printf("-ls [match]   or -list. Do nothing, just list our SockDir [on possible matches].\n");
4055a3
+  printf("-ls [match]   or\n");
4055a3
+  printf("-list         Do nothing, just list our SockDir [on possible matches].\n");
4055a3
   printf("-L            Turn on output logging.\n");
4055a3
   printf("-m            ignore $STY variable, do create a new screen session.\n");
4055a3
   printf("-O            Choose optimal output rather than exact vt100 emulation.\n");
4055a3
   printf("-p window     Preselect the named window if it exists.\n");
4055a3
   printf("-q            Quiet startup. Exits with non-zero return code if unsuccessful.\n");
4055a3
+  printf("-Q            Commands will send the response to the stdout of the querying process.\n");
4055a3
   printf("-r [session]  Reattach to a detached screen process.\n");
4055a3
   printf("-R            Reattach if possible, otherwise start a new session.\n");
4055a3
   printf("-s shell      Shell to execute rather than $SHELL.\n");