summaryrefslogtreecommitdiff
path: root/usr.bin/rup
diff options
context:
space:
mode:
authorjmmv <jmmv@NetBSD.org>2004-01-05 23:23:32 +0000
committerjmmv <jmmv@NetBSD.org>2004-01-05 23:23:32 +0000
commitb635f565e79be3e8b465479a54de27a228f2a2e6 (patch)
tree73a984b41730daf1aceb4876dc2abfff591f9a2a /usr.bin/rup
parent62a68c898b3cc89e6aca4b8209e511a5d5e34038 (diff)
Homogenize usage messages: make the 'usage' word all lowercase, as this seems
to be the most common practice in our tree.
Diffstat (limited to 'usr.bin/rup')
-rw-r--r--usr.bin/rup/rup.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rup/rup.c b/usr.bin/rup/rup.c
index b067f58ad97..05adcbb0ffc 100644
--- a/usr.bin/rup/rup.c
+++ b/usr.bin/rup/rup.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rup.c,v 1.24 2003/10/16 07:07:43 itojun Exp $ */
+/* $NetBSD: rup.c,v 1.25 2004/01/05 23:23:36 jmmv Exp $ */
/*-
* Copyright (c) 1993, John Brezak
@@ -35,7 +35,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: rup.c,v 1.24 2003/10/16 07:07:43 itojun Exp $");
+__RCSID("$NetBSD: rup.c,v 1.25 2004/01/05 23:23:36 jmmv Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -372,6 +372,6 @@ main(int argc, char *argv[])
void
usage()
{
- fprintf(stderr, "Usage: rup [-dhlt] [hosts ...]\n");
+ fprintf(stderr, "usage: rup [-dhlt] [hosts ...]\n");
exit(1);
}