From c1a5f33d0092c68e02a0b47668a617ae757803c2 Mon Sep 17 00:00:00 2001 From: Mygod Date: Fri, 11 Sep 2020 16:00:47 -0400 Subject: [PATCH] Remove no longer used ip link from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3233f90e..dc189289 100644 --- a/README.md +++ b/README.md @@ -305,7 +305,7 @@ Undocumented system binaries are all bundled and executable: * (since API 24) `iptables-save`, `ip6tables-save`; * `echo`; -* `/system/bin/ip` (`link monitor neigh rule unreachable`); +* `/system/bin/ip` (`monitor neigh rule unreachable`); * `ndc` (`ipfwd` since API 23, `nat` since API 28); * `iptables`, `ip6tables` (with correct version corresponding to API level, `-nvx -L `); * `sh`;