diff options
author | kn <kn@cvs.openbsd.org> | 2018-07-13 09:06:59 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2018-07-13 09:06:59 +0000 |
commit | 8d468c589b450f9f654a98f5a02a896e5e134387 (patch) | |
tree | 391e6e19e5189e3fb4231398e8d1c81bbeb30915 /sbin/route/route.c | |
parent | 7040298c5b5f088d3157f36852b0d7baa528e41f (diff) |
Use "rtable" not "tableid" as argument name for rtable
Make rtable(4) usage documentation consistent with other programs.
This is to have `man -k ar~rtable' show the full list without having to
look for other variations of the same argument type.
OK bluhm
Diffstat (limited to 'sbin/route/route.c')
-rw-r--r-- | sbin/route/route.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/route/route.c b/sbin/route/route.c index f98bdeae0a2..61de74380a9 100644 --- a/sbin/route/route.c +++ b/sbin/route/route.c @@ -1,4 +1,4 @@ -/* $OpenBSD: route.c,v 1.219 2018/07/12 16:08:02 florian Exp $ */ +/* $OpenBSD: route.c,v 1.220 2018/07/13 09:06:58 kn Exp $ */ /* $NetBSD: route.c,v 1.16 1996/04/15 18:27:05 cgd Exp $ */ /* @@ -130,7 +130,7 @@ usage(char *cp) if (cp) warnx("botched keyword: %s", cp); fprintf(stderr, - "usage: %s [-dnqtv] [-T tableid] command [[modifiers] args]\n", + "usage: %s [-dnqtv] [-T rtable] command [[modifiers] args]\n", __progname); fprintf(stderr, "commands: add, change, delete, exec, flush, get, monitor, show\n"); |