summaryrefslogtreecommitdiff
path: root/usr.bin/rsh/rsh.c
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2002-06-09 05:50:34 +0000
committerHans Insulander <hin@cvs.openbsd.org>2002-06-09 05:50:34 +0000
commit9f8f71dfbcc7f8d73e4d4d5a0903d571231e4394 (patch)
tree3a72695e72e795317fc80a3906899b2ffa30dc3c /usr.bin/rsh/rsh.c
parent30ffb5031624b928543166f65c4b6a8e7b70577b (diff)
Sync usage with manpage
Diffstat (limited to 'usr.bin/rsh/rsh.c')
-rw-r--r--usr.bin/rsh/rsh.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c
index 4e390b43049..1e7c54a69f2 100644
--- a/usr.bin/rsh/rsh.c
+++ b/usr.bin/rsh/rsh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rsh.c,v 1.26 2002/05/06 22:50:03 millert Exp $ */
+/* $OpenBSD: rsh.c,v 1.27 2002/06/09 05:50:33 hin Exp $ */
/*-
* Copyright (c) 1983, 1990 The Regents of the University of California.
@@ -41,7 +41,7 @@ char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)rsh.c 5.24 (Berkeley) 7/1/91";*/
-static char rcsid[] = "$OpenBSD: rsh.c,v 1.26 2002/05/06 22:50:03 millert Exp $";
+static char rcsid[] = "$OpenBSD: rsh.c,v 1.27 2002/06/09 05:50:33 hin Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -488,7 +488,7 @@ void
usage(void)
{
(void)fprintf(stderr,
- "usage: rsh [-nd%s]%s[-l login] host [command]\n",
+ "usage: rsh [-Kdn%s]%s[-l username] hostname [command]\n",
#ifdef KERBEROS
"x", " [-k realm] ");
#else