monitor: Minor typo fix in usage text

This commit is contained in:
Marcel Holtmann 2014-08-08 15:20:24 -07:00
parent 218e38aa87
commit 9694998f28
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ static void usage(void)
printf("iwmon - Wireless monitor\n" printf("iwmon - Wireless monitor\n"
"Usage:\n"); "Usage:\n");
printf("\tiwmon [options]\n"); printf("\tiwmon [options]\n");
printf("options:\n" printf("Options:\n"
"\t-r, --read <file> Read netlink PCAP trace files\n" "\t-r, --read <file> Read netlink PCAP trace files\n"
"\t-i, --interface <dev> Use specified netlink monitor\n" "\t-i, --interface <dev> Use specified netlink monitor\n"
"\t-h, --help Show help options\n"); "\t-h, --help Show help options\n");