summaryrefslogtreecommitdiffstats
path: root/usr.bin/rlogin/rlogin.c
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2000-11-24 09:14:09 +0000
committerjkoshy <jkoshy@FreeBSD.org>2000-11-24 09:14:09 +0000
commit36429cc482f3c812090ee50910c9840d9e83c5df (patch)
treea1e3a96c9f849decbe2c4555bab93f5278d28b78 /usr.bin/rlogin/rlogin.c
parentebe3dfc2d8959ea60e19921db79af678856a063d (diff)
downloadFreeBSD-src-36429cc482f3c812090ee50910c9840d9e83c5df.zip
FreeBSD-src-36429cc482f3c812090ee50910c9840d9e83c5df.tar.gz
[rlogin.1] Document the `-4' and `-6' options. Correct a typo.
[rlogin.c] Make the usage message match the code.
Diffstat (limited to 'usr.bin/rlogin/rlogin.c')
-rw-r--r--usr.bin/rlogin/rlogin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/rlogin/rlogin.c b/usr.bin/rlogin/rlogin.c
index 15fbe93..13782b4 100644
--- a/usr.bin/rlogin/rlogin.c
+++ b/usr.bin/rlogin/rlogin.c
@@ -891,7 +891,7 @@ usage()
"8DEKLd", " [-k realm] ");
#endif
#else
- "8DELd", " ");
+ "8DEKLd", " ");
#endif
exit(1);
}
OpenPOWER on IntegriCloud