From 303490261f3870e1412c89a0a8964f9ffd85c93b Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 24 Mar 2017 10:51:01 -0500 Subject: [PATCH] monitor: Add nortnl option to help output --- monitor/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/monitor/main.c b/monitor/main.c index 7db34d9a..f82b44b4 100644 --- a/monitor/main.c +++ b/monitor/main.c @@ -673,6 +673,7 @@ static void usage(void) "\t-w, --write Write netlink PCAP trace file\n" "\t-a, --analyze Analyze netlink PCAP trace file\n" "\t-i, --interface Use specified netlink monitor\n" + "\t-n, --nortnl Don't show RTNL output\n" "\t-h, --help Show help options\n"); }