]> git.sur5r.net Git - openldap/blobdiff - clients/tools/ldapmodrdn.c
Sync with HEAD
[openldap] / clients / tools / ldapmodrdn.c
index 6bc82fc716e7ea0a569e98c958a9270721fa2900..75dc7a00195e3b378ac29486c65c078dbd5e5859 100644 (file)
@@ -98,7 +98,7 @@ handle_private_option( int i )
 #if 0
                int crit;
                char *control, *cvalue;
-       case 'E': /* modrdn controls */
+       case 'E': /* modrdn extensions */
                if( protocol == LDAP_VERSION2 ) {
                        fprintf( stderr, _("%s: -E incompatible with LDAPv%d\n"),
                                prog, version );
@@ -120,7 +120,7 @@ handle_private_option( int i )
                if ( (cvalue = strchr( control, '=' )) != NULL ) {
                        *cvalue++ = '\0';
                }
-               fprintf( stderr, _("Invalid modrdn control name: %s\n"), control );
+               fprintf( stderr, _("Invalid modrdn extension name: %s\n"), control );
                usage();
 #endif