summaryrefslogtreecommitdiff
path: root/sbin/routed
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/routed')
-rw-r--r--sbin/routed/rtquery/rtquery.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/routed/rtquery/rtquery.c b/sbin/routed/rtquery/rtquery.c
index 8597846a780..c91d05ef426 100644
--- a/sbin/routed/rtquery/rtquery.c
+++ b/sbin/routed/rtquery/rtquery.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtquery.c,v 1.17 2005/04/12 15:26:47 cloder Exp $ */
+/* $OpenBSD: rtquery.c,v 1.18 2007/12/30 13:46:13 sobrado Exp $ */
/*-
* Copyright (c) 1982, 1986, 1993
@@ -211,9 +211,9 @@ main(int argc, char *argv[])
argv += optind;
argc -= optind;
if ((not_trace && trace) || argc == 0) {
-usage: fprintf(stderr, "%s: [-1np] [-r addr] [-t op] [-w timeout]"
- " host ...\n",
- pgmname);
+usage: fprintf(stderr,
+ "usage: %s [-1np] [-r addr] [-t op] [-w timeout]"
+ " host ...\n", pgmname);
exit(1);
}