diff options
-rw-r--r-- | toys/pending/route.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/route.c b/toys/pending/route.c index 1fd3b55f..b4e7ea0d 100644 --- a/toys/pending/route.c +++ b/toys/pending/route.c @@ -17,7 +17,7 @@ config ROUTE bool "route" default n help - usage: route [-ne] [-A [46]] [add|del TARGET [OPTIONS]] + usage: route [-ne] [-A [inet|inet6]] [add|del TARGET [OPTIONS]] Display, add or delete network routes in the "Forwarding Information Base". |