]> git.sur5r.net Git - openldap/commitdiff
cleanup options
authorPierangelo Masarati <ando@openldap.org>
Thu, 31 Mar 2005 20:03:30 +0000 (20:03 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 31 Mar 2005 20:03:30 +0000 (20:03 +0000)
servers/slapd/slapcommon.c

index 1128ea8468d3f3d4e7a8d50d7aea3aa4ab262185..331c9b2e946dad0869c90da6581bf209e2864d80 100644 (file)
@@ -49,7 +49,7 @@ usage( int tool, const char *progname )
 {
        char *options = NULL;
        fprintf( stderr,
-               "usage: %s [-v] [-c] [-d debuglevel] [-f configfile]",
+               "usage: %s [-v] [-d debuglevel] [-f configfile] [-F configdir]",
                progname );
 
        switch( tool ) {
@@ -60,7 +60,7 @@ usage( int tool, const char *progname )
                break;
 
        case SLAPADD:
-               options = "\n\t[-n databasenumber | -b suffix]\n"
+               options = " [-c]\n\t[-n databasenumber | -b suffix]\n"
                        "\t[-l ldiffile] [-q] [-u] [-w]\n";
                break;
 
@@ -69,7 +69,7 @@ usage( int tool, const char *progname )
                break;
 
        case SLAPCAT:
-               options = "\n\t[-n databasenumber | -b suffix]"
+               options = " [-c]\n\t[-n databasenumber | -b suffix]"
                        " [-l ldiffile] [-a filter]\n";
                break;
 
@@ -78,7 +78,7 @@ usage( int tool, const char *progname )
                break;
 
        case SLAPINDEX:
-               options = "\n\t[-n databasenumber | -b suffix] [-q]\n";
+               options = " [-c]\n\t[-n databasenumber | -b suffix] [-q]\n";
                break;
 
        case SLAPTEST: