From efa5b0cc62596efc45b43f031a571629d6d7a230 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 25 May 2021 13:30:29 -0500 Subject: [PATCH] main: Document '-E', --developer option --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index 86ae70c6..b67c74d9 100644 --- a/src/main.c +++ b/src/main.c @@ -138,6 +138,7 @@ static void usage(void) "Usage:\n"); printf("\tiwd [options]\n"); printf("Options:\n" + "\t-E, --developer Enable developer mode\n" "\t-i, --interfaces Interfaces to manage\n" "\t-I, --nointerfaces Interfaces to ignore\n" "\t-p, --phys Phys to manage\n"