From ace831e2177f1f6f6d72e45437d73904201e4909 Mon Sep 17 00:00:00 2001 From: NashMiao <18191964+NashMiao@users.noreply.github.com> Date: Fri, 17 Jul 2020 04:51:06 +0800 Subject: [PATCH] netstat: remove inexistent option for MacOS (#4186) --- pages.zh/osx/netstat.md | 4 ---- pages/osx/netstat.md | 4 ---- 2 files changed, 8 deletions(-) diff --git a/pages.zh/osx/netstat.md b/pages.zh/osx/netstat.md index 5dfe1aa3e..9801964da 100644 --- a/pages.zh/osx/netstat.md +++ b/pages.zh/osx/netstat.md @@ -18,10 +18,6 @@ `netstat -p {{协议}}` -- 连续列出信息(这条我电脑里 netstat 是不支持的。谁明白麻烦提交 pr!): - -`netstat -c` - - 打印路由表: `netstat -nr` diff --git a/pages/osx/netstat.md b/pages/osx/netstat.md index fd4591250..d8e3aadf3 100644 --- a/pages/osx/netstat.md +++ b/pages/osx/netstat.md @@ -18,10 +18,6 @@ `netstat -p {{protocol}}` -- List information continuously: - -`netstat -c` - - Print the routing table: `netstat -nr`