=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.c,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- src/usr.bin/ssh/servconf.c 2001/03/04 17:42:28 1.70 +++ src/usr.bin/ssh/servconf.c 2001/03/05 15:44:51 1.71 @@ -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 @@ 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)