3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-06 03:18:46 +02:00

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

View File

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