summaryrefslogtreecommitdiff
path: root/usr.bin/rup
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2008-07-09 19:41:57 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2008-07-09 19:41:57 +0000
commit3cbbe2ab1a230d7c2c58514c1d3740f8f286c587 (patch)
tree4f09cd57fe0753d0e2632be5ada4343659570db4 /usr.bin/rup
parent1d121c20fd61fbfa6259fdf0ce5372abf79b6d4c (diff)
documentation tweaks.
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 924578951fa..9230d50816f 100644
--- a/usr.bin/rup/rup.c
+++ b/usr.bin/rup/rup.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rup.c,v 1.22 2005/11/17 19:55:05 moritz Exp $ */
+/* $OpenBSD: rup.c,v 1.23 2008/07/09 19:41:56 sobrado Exp $ */
/*-
* Copyright (c) 1993, John Brezak
@@ -29,7 +29,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: rup.c,v 1.22 2005/11/17 19:55:05 moritz Exp $";
+static char rcsid[] = "$OpenBSD: rup.c,v 1.23 2008/07/09 19:41:56 sobrado Exp $";
#endif /* not lint */
#include <stdio.h>
@@ -340,6 +340,6 @@ main(int argc, char *argv[])
void
usage(void)
{
- fprintf(stderr, "Usage: rup [-dhlt] [hosts ...]\n");
+ fprintf(stderr, "usage: rup [-dhlt] [host ...]\n");
exit(1);
}