Skip to content
Snippets Groups Projects
Commit 488ed1bd authored by Nils Schneider's avatar Nils Schneider
Browse files

Merge pull request #58 from jplitza/patch-1

gluon-announced: fix help message
parents 143d5a95 8a32dd78
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