monitor: Add nortnl option to help output

This commit is contained in:
Denis Kenzior 2017-03-24 10:51:01 -05:00
parent 52b878c24f
commit 303490261f
1 changed files with 1 additions and 0 deletions

View File

@ -673,6 +673,7 @@ static void usage(void)
"\t-w, --write <file> Write netlink PCAP trace file\n"
"\t-a, --analyze <file> Analyze netlink PCAP trace file\n"
"\t-i, --interface <dev> Use specified netlink monitor\n"
"\t-n, --nortnl Don't show RTNL output\n"
"\t-h, --help Show help options\n");
}