From 37ba2ec8b1a36ba1cb0e3c806b3a25c4d9bd58ab Mon Sep 17 00:00:00 2001 From: Eric Molitor Date: Sat, 16 May 2020 11:39:18 +0100 Subject: Fix address family help text --- toys/pending/route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/pending/route.c') 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". -- cgit v1.2.3