]> git.sur5r.net Git - openldap/commitdiff
ITS#1686: fix typo in usage
authorKurt Zeilenga <kurt@openldap.org>
Mon, 25 Mar 2002 16:30:06 +0000 (16:30 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 25 Mar 2002 16:30:06 +0000 (16:30 +0000)
servers/slapd/main.c

index 53ccf4004767eb5ddae2d1dc302e5ad64165d870..686d9cfa35bae2df874c34bafc6232b3c8ab9899 100644 (file)
@@ -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
     );
 }