summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Naumov <alexander_naumov@opensuse.org>2017-02-08 21:54:20 +0100
committerAlexander Naumov <alexander_naumov@opensuse.org>2017-02-08 21:54:20 +0100
commita38de4e6627f01cad43cff57490fd80a988b8e18 (patch)
treebe906844aac359e90c8d82fddbec5a181fac9392
parent13183da34eaf9efb3c6b47371c08ff786eaf712b (diff)
downloadscreen-a38de4e6627f01cad43cff57490fd80a988b8e18.tar.gz
adding "-Logfile" option to help
-rw-r--r--src/help.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/help.c b/src/help.c
index 722e612..d7883ae 100644
--- a/src/help.c
+++ b/src/help.c
@@ -84,7 +84,8 @@ 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 [file] Turn on output logging. Set logfile name.\n");
+ printf("-L Turn on output logging.\n");
+ printf("-Logile file Turn on output logging and 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");