[Toybox] [PATCH] Fix address family help text

Eric Molitor emolitor at molitor.org
Sat May 16 03:39:18 PDT 2020


---
 toys/pending/route.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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".
 
-- 
2.25.1




More information about the Toybox mailing list