From 9f8f71dfbcc7f8d73e4d4d5a0903d571231e4394 Mon Sep 17 00:00:00 2001 From: Hans Insulander Date: Sun, 9 Jun 2002 05:50:34 +0000 Subject: Sync usage with manpage --- usr.bin/rsh/rsh.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/rsh/rsh.c') 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 @@ -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 -- cgit v1.2.3