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

main: Document '-E', --developer option

This commit is contained in:
Denis Kenzior 2021-05-25 13:30:29 -05:00
parent e47bc6ede4
commit efa5b0cc62

View File

@ -138,6 +138,7 @@ static void usage(void)
"Usage:\n"); "Usage:\n");
printf("\tiwd [options]\n"); printf("\tiwd [options]\n");
printf("Options:\n" printf("Options:\n"
"\t-E, --developer Enable developer mode\n"
"\t-i, --interfaces Interfaces to manage\n" "\t-i, --interfaces Interfaces to manage\n"
"\t-I, --nointerfaces Interfaces to ignore\n" "\t-I, --nointerfaces Interfaces to ignore\n"
"\t-p, --phys Phys to manage\n" "\t-p, --phys Phys to manage\n"