Added "D" option to usage clause.

This commit is contained in:
David Greenman 1995-05-03 06:55:19 +00:00
parent fcdd2c3c7d
commit fd409c37b9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8234

View File

@ -891,12 +891,12 @@ usage()
"usage: rlogin [ -%s]%s[-e char] [ -l username ] host\n",
#ifdef KERBEROS
#ifdef CRYPT
"8EKLx", " [-k realm] ");
"8DEKLx", " [-k realm] ");
#else
"8EKL", " [-k realm] ");
"8DEKL", " [-k realm] ");
#endif
#else
"8EL", " ");
"8DEL", " ");
#endif
exit(1);
}