X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/54b974dcab3a3e8486caf6181ad0555efd181154..2e4fb373fccee2e5a296d484189169914f6e07d8:/servconf.c diff --git a/servconf.c b/servconf.c index 1e38f3b6..075eed40 100644 --- a/servconf.c +++ b/servconf.c @@ -10,7 +10,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: servconf.c,v 1.70 2001/03/04 17:42:28 millert Exp $"); +RCSID("$OpenBSD: servconf.c,v 1.71 2001/03/05 15:44:51 stevesk Exp $"); #ifdef KRB4 #include @@ -442,8 +442,9 @@ parse_filename: intptr = &options->permit_root_login; arg = strdelim(&cp); if (!arg || *arg == '\0') { - fprintf(stderr, "%s line %d: missing yes/without-password/no argument.\n", - filename, linenum); + fprintf(stderr, "%s line %d: missing yes/" + "without-password/forced-commands-only/no " + "argument.\n", filename, linenum); exit(1); } if (strcmp(arg, "without-password") == 0)