Cosmetic change to server identification string

This commit is contained in:
William Ferrell
2001-12-31 22:16:59 +00:00
parent 4ee73421fb
commit 4c7b10c28d
+1 -1
View File
@@ -823,7 +823,7 @@ HelpScreen ()
*/
report( RPT_INFO, "HelpScreen()" );
fprintf (stdout, "\nLCDd Server Daemon (part of lcdproc), %s\n", version);
fprintf (stdout, "\nLCDd: LCDproc Server Daemon, %s\n", version);
fprintf (stdout, "Copyright (c) 1999 Scott Scriven, William Ferrell, and misc contributors\n");
fprintf (stdout, "This program is freely redistributable under the terms of the GNU Public License\n\n");
fprintf (stdout, "Usage: LCDd [ -hfiws ] [ -c <config> ] [ -d <driver> ] [ -a <addr> ] \\\n\t[ -p <port> ] [ -u <user> ] [ -w <time> ] [ -r <level> ]\n\n");