X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=clients%2Ftools%2Fldapexop.c;h=8d4db73d2f709d6994cc5a30f104ab85c7a19288;hb=HEAD;hp=951ccd32f0b8504e7c0eb854a279d78fabde9831;hpb=aa8beb62e4620553d1e17e5b13a77cd13253ca9e;p=openldap diff --git a/clients/tools/ldapexop.c b/clients/tools/ldapexop.c index 951ccd32f0..8d4db73d2f 100644 --- a/clients/tools/ldapexop.c +++ b/clients/tools/ldapexop.c @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * 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? */