Skip to content

Commit

Permalink
fix myaddr option man and help
Browse files Browse the repository at this point in the history
fixes #76

Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
(cherry picked from commit ce7b4a7)
  • Loading branch information
vtolstov authored and tmenjo committed Jul 15, 2016
1 parent 839b879 commit 2c039bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sheep/sheep.c
Expand Up @@ -54,7 +54,7 @@ static const char http_help[] =
"communicate with http server, using 64MB buffer.\n";

static const char myaddr_help[] =
"Example:\n\t$ sheep -y 192.168.1.1:7000 ...\n"
"Example:\n\t$ sheep -y 192.168.1.1 ...\n"
"This tries to tell other nodes through what address they can talk to this\n"
"sheep.\n";

Expand Down

0 comments on commit 2c039bc

Please sign in to comment.