Blame SOURCES/screen-help-update.patch

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