diff options
author | Kevin van der Kamp <kevin@lens-energie.nl> | 2019-02-21 23:27:50 +0100 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-02-21 17:11:36 -0600 |
commit | 0ecf053572de804c01ed1d3908418cc13b8600cc (patch) | |
tree | e9a4a578c592c75f4e83db028685f07763c00cd4 /toys/net | |
parent | 4cc20c7554685df53228c4cf6d551b07837f8bf1 (diff) | |
download | toybox-0ecf053572de804c01ed1d3908418cc13b8600cc.tar.gz |
Fix typo in help
Diffstat (limited to 'toys/net')
-rw-r--r-- | toys/net/netstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/net/netstat.c b/toys/net/netstat.c index 45d688e3..16907e21 100644 --- a/toys/net/netstat.c +++ b/toys/net/netstat.c @@ -12,7 +12,7 @@ config NETSTAT help usage: netstat [-pWrxwutneal] - Display networking information. Default is netsat -tuwx + Display networking information. Default is netstat -tuwx -r Routing table -a All sockets (not just connected) |