From 5af62db070b0ebf43078460283a14662a86a277f Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 1 Jun 1998 07:23:42 +0000 Subject: no -v option; mason@primenet.com.au --- sbin/routed/rtquery/rtquery.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin') diff --git a/sbin/routed/rtquery/rtquery.c b/sbin/routed/rtquery/rtquery.c index e90af7ac622..253e5eda7f1 100644 --- a/sbin/routed/rtquery/rtquery.c +++ b/sbin/routed/rtquery/rtquery.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtquery.c,v 1.8 1997/07/30 23:28:58 deraadt Exp $ */ +/* $OpenBSD: rtquery.c,v 1.9 1998/06/01 07:23:41 deraadt Exp $ */ /*- * Copyright (c) 1982, 1986, 1993 @@ -213,7 +213,7 @@ main(int argc, argv += optind; argc -= optind; if ((not_trace && trace) || argc == 0) { -usage: fprintf(stderr, "%s: [-np1v] [-r tgt_rt] [-w wtime]" +usage: fprintf(stderr, "%s: [-np1] [-r tgt_rt] [-w wtime]" " host1 [host2 ...]\n" "or\t-t {on=filename|more|off} host1 host2 ...\n", pgmname); -- cgit v1.2.3