Skip to content
Snippets Groups Projects
Commit 8a32dd78 authored by Jan-Philipp Litza's avatar Jan-Philipp Litza
Browse files

gluon-announced: fix help message

It incorrectly stated "-m" to be the multicast group option, when it really was "-g"
parent cd0a932a
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,8 @@
#include <string.h>
void usage() {
puts("Usage: gluon-announced [-h] -m <group> -p <port> -i <if0> [-i <if1> ..] -s <script>");
puts(" -m <ip6> multicast group, e.g. ff02:0:0:0:0:0:2:1001");
puts("Usage: gluon-announced [-h] -g <group> -p <port> -i <if0> [-i <if1> ..] -s <script>");
puts(" -g <ip6> multicast group, e.g. ff02:0:0:0:0:0:2:1001");
puts(" -p <int> port number to listen on");
puts(" -i <string> interface on which the group is joined");
puts(" -s <string> script to be executed for each request");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment