]> git.sur5r.net Git - openldap/blobdiff - clients/tools/ldapcompare.c
allow continuous mode
[openldap] / clients / tools / ldapcompare.c
index 5c42585f48eb3727640fd237c8b47ab32d322b9b..f7347c7b3d22f9147f8c158df17e25b2112089d6 100644 (file)
@@ -82,10 +82,8 @@ usage( void )
        fprintf( stderr, _("  b64value\tbase64 encoding of assertion value\n"));
 
        fprintf( stderr, _("Compare options:\n"));
-#ifdef LDAP_CONTROL_DONTUSECOPY
        fprintf( stderr, _("  -E [!]<ext>[=<extparam>] compare extensions (! indicates criticality)\n"));
        fprintf( stderr, _("             !dontUseCopy                (Don't Use Copy)\n"));
-#endif
        fprintf( stderr, _("  -z         Quiet mode,"
                " don't print anything, use return values\n"));
        tool_common_usage();