diff options
author | Eric Molitor <emolitor@molitor.org> | 2020-05-16 11:39:18 +0100 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2020-05-16 18:21:56 -0500 |
commit | 37ba2ec8b1a36ba1cb0e3c806b3a25c4d9bd58ab (patch) | |
tree | 4b634311e83b354cee4cd84570cfd16993e956c2 | |
parent | 565bef936ded714b81bf7041558eaebcd0a78af8 (diff) | |
download | toybox-37ba2ec8b1a36ba1cb0e3c806b3a25c4d9bd58ab.tar.gz |
Fix address family help text
-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". |