diff options
-rw-r--r-- | server/nslcd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/nslcd.c b/server/nslcd.c index b5f3ac2..6864a87 100644 --- a/server/nslcd.c +++ b/server/nslcd.c @@ -88,7 +88,6 @@ static void display_usage(FILE *fp,const char *program_name) { fprintf(fp,"Usage: %s [OPTION]...\n",program_name); fprintf(fp,"Name Service LDAP connection daemon.\n"); - fprintf(fp," -f, --config=FILE use FILE as configfile (default %s)\n",NSS_LDAP_PATH_CONF); fprintf(fp," -d, --debug don't fork and print debugging to stderr\n"); fprintf(fp," --help display this help and exit\n"); fprintf(fp," --version output version information and exit\n"); |