From a38de4e6627f01cad43cff57490fd80a988b8e18 Mon Sep 17 00:00:00 2001 From: Alexander Naumov Date: Wed, 8 Feb 2017 21:54:20 +0100 Subject: [PATCH] adding "-Logfile" option to help --- src/help.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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");