]> git.sur5r.net Git - openldap/blobdiff - clients/tools/ldapexop.c
Do not require ac/string.h for lber_pvt.h
[openldap] / clients / tools / ldapexop.c
index f112a3ffbee0abeace9e31f27c4689a46c96776e..8d4db73d2f709d6994cc5a30f104ab85c7a19288 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2005-2014 The OpenLDAP Foundation.
+ * Copyright 2005-2018 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -130,7 +130,7 @@ main( int argc, char *argv[] )
                }
 
        } else if ( strcasecmp( argv[ 0 ], "passwd" ) == 0 ) {
-               fprintf( stderr, "use ldappasswd(1) instead.\n\n", argv[ 0 ] );
+               fprintf( stderr, "use ldappasswd(1) instead.\n\n" );
                usage();
                /* TODO? */