diff options
-rw-r--r-- | jawol.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |