X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=clients%2Ftools%2Fldapdelete.c;h=359a5c541d4571889a914152ccb338e72b504e6a;hb=ab82ec5fb4bd05fb064571bd34f9eaffc7524fa5;hp=61c78408f7a5b47d2411a9bf5f5233dcd2b68ee2;hpb=8dc8b032e2f91d2cd8c847d0c6343bdc34e9ade1;p=openldap diff --git a/clients/tools/ldapdelete.c b/clients/tools/ldapdelete.c index 61c78408f7..359a5c541d 100644 --- a/clients/tools/ldapdelete.c +++ b/clients/tools/ldapdelete.c @@ -71,6 +71,10 @@ usage( void ) fprintf( stderr, _(" dn: list of DNs to delete. If not given, it will be readed from stdin\n")); fprintf( stderr, _(" or from the file specified with \"-f file\".\n")); fprintf( stderr, _("Delete Options:\n")); + fprintf( stderr, _(" -c continuous operation mode (do not stop on errors)\n")); + fprintf( stderr, _(" -f file read operations from `file'\n")); + fprintf( stderr, _(" -M enable Manage DSA IT control (-MM to make critical)\n")); + fprintf( stderr, _(" -P version protocol version (default: 3)\n")); fprintf( stderr, _(" -r delete recursively\n")); tool_common_usage(); exit( EXIT_FAILURE );