]> 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 951ccd32f0b8504e7c0eb854a279d78fabde9831..8d4db73d2f709d6994cc5a30f104ab85c7a19288 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2005-2013 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? */