diff options
author | Simon Rettberg | 2019-11-26 10:46:39 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-11-26 10:46:39 +0100 |
commit | d39430418f9e32c44b5bde9236411875f2196fa4 (patch) | |
tree | e4ac485fe379ed6c2c1aab110657bc5aec518124 | |
parent | Initial commit (diff) | |
download | jawol-d39430418f9e32c44b5bde9236411875f2196fa4.tar.gz jawol-d39430418f9e32c44b5bde9236411875f2196fa4.tar.xz jawol-d39430418f9e32c44b5bde9236411875f2196fa4.zip |
Update help re: mixing raw and udp 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> |