diff --git a/clients/lcdexec/lcdexec.c b/clients/lcdexec/lcdexec.c index f3b7aea..13a50cf 100644 --- a/clients/lcdexec/lcdexec.c +++ b/clients/lcdexec/lcdexec.c @@ -39,7 +39,7 @@ char * help_text = " -c \tSpecify configuration file ["DEFAULT_CONFIGFILE"]\n" " -a
\tDNS name or IP address of the LCDd server [localhost]\n" " -p \tport of the LCDd server [13666]\n" -" -f \tRun in foreground\n" +" -f \t\tRun in foreground\n" " -r \tSet reporting level (0-5) [2: errors and warnings]\n" " -s <0|1>\tReport to syslog (1) or stderr (0, default)\n" " -h\t\tShow this help\n";