diff src/lda/main.c @ 9103:5c12eac2c3ca HEAD

s/deliver/lda/
author Timo Sirainen <tss@iki.fi>
date Mon, 13 Apr 2009 20:15:14 -0400
parents e4832f128738
children fce3926fe910
line wrap: on
line diff
--- a/src/lda/main.c	Mon Apr 13 20:07:59 2009 -0400
+++ b/src/lda/main.c	Mon Apr 13 20:15:14 2009 -0400
@@ -170,8 +170,8 @@
 static void print_help(void)
 {
 	printf(
-"Usage: deliver [-c <config file>] [-a <address>] [-d <username>] [-p <path>]\n"
-"               [-f <envelope sender>] [-m <mailbox>] [-e] [-k]\n");
+"Usage: dovecot-lda [-c <config file>] [-a <address>] [-d <username>] [-p <path>]\n"
+"                   [-f <envelope sender>] [-m <mailbox>] [-e] [-k]\n");
 }
 
 int main(int argc, char *argv[])
@@ -198,7 +198,7 @@
 	enum mail_error error;
 
 	if (getuid() != geteuid() && geteuid() == 0) {
-		/* running setuid - don't allow this if deliver is
+		/* running setuid - don't allow this if the binary is
 		   executable by anyone */
 		struct stat st;