From aa18b7a52ee8227eaa08945b5c3d3a31e38cdc8c Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 25 Mar 2002 16:30:06 +0000 Subject: [PATCH] ITS#1686: fix typo in usage --- servers/slapd/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servers/slapd/main.c b/servers/slapd/main.c index 53ccf40047..686d9cfa35 100644 --- a/servers/slapd/main.c +++ b/servers/slapd/main.c @@ -99,7 +99,7 @@ usage( char *name ) "\t-d level\tDebug Level" "\n" "\t-f filename\tConfiguration File\n" #if defined(HAVE_SETUID) && defined(HAVE_SETGID) - "\t-g group\tGroup (id or name) to ran as\n" + "\t-g group\tGroup (id or name) to run as\n" #endif "\t-h URLs\tList of URLs to serve\n" #ifdef LOG_LOCAL4 @@ -111,7 +111,7 @@ usage( char *name ) #endif "\t-s level\tSyslog Level\n" #if defined(HAVE_SETUID) && defined(HAVE_SETGID) - "\t-u user\tUser (id or name) to ran as\n" + "\t-u user\tUser (id or name) to run as\n" #endif ); } -- 2.39.5