diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-09 05:30:09 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-09 05:30:09 +0000 |
commit | 74071f8e510fa56a5c39e1dbdec0f79afc9795f7 (patch) | |
tree | c5afa1ffd80ffb778d3e8c9474d5afed92b83772 /bin | |
parent | 58c897051f27e10609625909f726294cb6ce9c3b (diff) |
some knf.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/rcp/rcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c index a29c75d4e57..87bfa63622c 100644 --- a/bin/rcp/rcp.c +++ b/bin/rcp/rcp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcp.c,v 1.29 2002/05/09 18:44:46 millert Exp $ */ +/* $OpenBSD: rcp.c,v 1.30 2002/06/09 05:30:08 todd Exp $ */ /* $NetBSD: rcp.c,v 1.9 1995/03/21 08:19:06 cgd Exp $ */ /* @@ -861,7 +861,7 @@ void usage() { #ifdef KERBEROS - (void)fprintf(stderr, "usage: %s [-Kpx] [-k realm] f1 f2\n", + (void)fprintf(stderr, "usage: %s [-Kpx] [-k realm] f1 f2\n", __progname); (void)fprintf(stderr, " %s [-Kprx] [-k realm] f1 ... fn directory\n", __progname); |