slapcat does not mention -s in usage

This commit is contained in:
Pierangelo Masarati 2009-03-26 00:54:11 +00:00
parent bddc9b337c
commit c9f514d1d1

View File

@ -80,7 +80,7 @@ usage( int tool, const char *progname )
case SLAPCAT:
options = " [-c]\n\t[-g] [-n databasenumber | -b suffix]"
" [-l ldiffile] [-a filter]\n";
" [-l ldiffile] [-a filter] [-s subtree]\n";
break;
case SLAPDN: