=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsh/Attic/rsh.c,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- src/usr.bin/rsh/Attic/rsh.c 2005/07/04 01:54:10 1.38 +++ src/usr.bin/rsh/Attic/rsh.c 2007/03/20 15:48:10 1.39 @@ -1,4 +1,4 @@ -/* $OpenBSD: rsh.c,v 1.38 2005/07/04 01:54:10 djm Exp $ */ +/* $OpenBSD: rsh.c,v 1.39 2007/03/20 15:48:10 jmc Exp $ */ /*- * Copyright (c) 1983, 1990 The Regents of the University of California. @@ -37,7 +37,7 @@ #ifndef lint /*static const char sccsid[] = "from: @(#)rsh.c 5.24 (Berkeley) 7/1/91";*/ -static const char rcsid[] = "$OpenBSD: rsh.c,v 1.38 2005/07/04 01:54:10 djm Exp $"; +static const char rcsid[] = "$OpenBSD: rsh.c,v 1.39 2007/03/20 15:48:10 jmc Exp $"; #endif /* not lint */ #include @@ -311,6 +311,6 @@ usage(void) { (void)fprintf(stderr, - "usage: rsh [-Kdn] [-l username] hostname [command]\n"); + "usage: rsh [-dn] [-l username] hostname [command]\n"); exit(1); }