From 89997fb68da2b6cb8cced50f0238b596cc823f0b Mon Sep 17 00:00:00 2001 From: marschap Date: Sun, 18 Jun 2006 20:53:32 +0000 Subject: [PATCH] align help screen descriptions --- clients/lcdexec/lcdexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";