From: Howard Chu Date: Fri, 14 Jan 2005 16:23:50 +0000 (+0000) Subject: Cleanup slapcat usage X-Git-Tag: OPENLDAP_REL_ENG_2_3_BP~367 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8d0f39bb838b4974d835c097db8a7631add079b7;p=openldap Cleanup slapcat usage --- diff --git a/servers/slapd/slapcommon.c b/servers/slapd/slapcommon.c index f048dc56ea..bafe34dafe 100644 --- a/servers/slapd/slapcommon.c +++ b/servers/slapd/slapcommon.c @@ -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;