summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jawol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/jawol.c b/jawol.c
index 7f3f88e..443f430 100644
--- a/jawol.c
+++ b/jawol.c
@@ -48,8 +48,8 @@ static const char usage_msg[] =
" or dotted decimal (Internet address),\n"
" f.i. 00:22:44:66:88:aa or 192.168.1.1\n"
"\n"
-"UDP mode will be selected if -d is passed on the command line. Any\n"
-"raw mode options (-b, -i) will be ignored in this mode.\n"
+"UDP mode will be selected if -d is passed on the command line. Any raw mode\n"
+"options (-b, -i) won't work in this mode so program execution is aborted.\n"
;
#include <stdbool.h>