summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2019-11-26 10:46:39 +0100
committerSimon Rettberg2019-11-26 10:46:39 +0100
commitd39430418f9e32c44b5bde9236411875f2196fa4 (patch)
treee4ac485fe379ed6c2c1aab110657bc5aec518124
parentInitial commit (diff)
downloadjawol-d39430418f9e32c44b5bde9236411875f2196fa4.tar.gz
jawol-d39430418f9e32c44b5bde9236411875f2196fa4.tar.xz
jawol-d39430418f9e32c44b5bde9236411875f2196fa4.zip
Update help re: mixing raw and udp options
-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>