summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Naumov <alexander_naumov@opensuse.org>2016-12-06 15:34:58 +0100
committerAlexander Naumov <alexander_naumov@opensuse.org>2016-12-06 15:34:58 +0100
commitb0765867b3f8fded5034f31c3470d87d6a45ab96 (patch)
tree59282a2553b0f9808d221a9853c8c08930aeb788
parentc3384882db303efaea44f3c201396535b106790c (diff)
downloadscreen-b0765867b3f8fded5034f31c3470d87d6a45ab96.tar.gz
Help message knows about log filename (-L)
Signed-off-by: Alexander Naumov <alexander_naumov@opensuse.org>
-rw-r--r--src/help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help.c b/src/help.c
index d899cb9..722e612 100644
--- a/src/help.c
+++ b/src/help.c
@@ -84,7 +84,7 @@ void exit_with_usage(char *myname, char *message, char *arg)
#endif
printf("-ls [match] or\n");
printf("-list Do nothing, just list our SockDir [on possible matches].\n");
- printf("-L Turn on output logging.\n");
+ printf("-L [file] Turn on output logging. Set logfile name.\n");
printf("-m ignore $STY variable, do create a new screen session.\n");
printf("-O Choose optimal output rather than exact vt100 emulation.\n");
printf("-p window Preselect the named window if it exists.\n");