]> git.sur5r.net Git - openldap/commitdiff
Cleanup slapcat usage
authorHoward Chu <hyc@openldap.org>
Fri, 14 Jan 2005 16:23:50 +0000 (16:23 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 14 Jan 2005 16:23:50 +0000 (16:23 +0000)
servers/slapd/slapcommon.c

index f048dc56ea223825c2f389774698b65cc1233e2d..bafe34dafe204ef6e457df07a676b956d9ef4087 100644 (file)
@@ -69,7 +69,7 @@ usage( int tool, const char *progname )
 
        case SLAPCAT:
                options = "\n\t[-n databasenumber | -b suffix]"
-                       " [-l ldiffile] [-a filter] [-m] [-k]\n";
+                       " [-l ldiffile] [-a filter]\n";
                break;
 
        case SLAPDN:
@@ -229,7 +229,7 @@ slap_tool_init(
                        verbose++;
                        break;
 
-               case 'w':       /* write context csn on at the end */
+               case 'w':       /* write context csn at the end */
                        update_ctxcsn++;
                        break;