mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
advertise known exops
This commit is contained in:
parent
332838dcb0
commit
f32bc8bc85
1 changed files with 3 additions and 2 deletions
|
|
@ -43,6 +43,9 @@ usage( void )
|
|||
{
|
||||
fprintf( stderr, _("Issue LDAP extended operations\n\n"));
|
||||
fprintf( stderr, _("usage: %s [options] <oid|oid:data|oid::b64data>\n"), prog);
|
||||
fprintf( stderr, _(" %s [options] whoami\n"), prog);
|
||||
fprintf( stderr, _(" %s [options] cancel <id>\n"), prog);
|
||||
fprintf( stderr, _(" %s [options] refresh <DN> [<ttl>]\n"), prog);
|
||||
tool_common_usage();
|
||||
exit( EXIT_FAILURE );
|
||||
}
|
||||
|
|
@ -152,8 +155,6 @@ main( int argc, char *argv[] )
|
|||
case 2:
|
||||
dn.bv_val = argv[ 1 ];
|
||||
dn.bv_len = strlen( dn.bv_val );
|
||||
|
||||
case 1:
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in a new issue