From 2c039bc0d124a5532437b373dbead0856193fc8c Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Sun, 2 Aug 2015 16:54:28 +0300 Subject: [PATCH] fix myaddr option man and help fixes #76 Signed-off-by: Vasiliy Tolstov (cherry picked from commit ce7b4a79106a6775a6e015d50a13889bf59d9b97) --- sheep/sheep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sheep/sheep.c b/sheep/sheep.c index 7020abc1e..5b7c8bff1 100644 --- a/sheep/sheep.c +++ b/sheep/sheep.c @@ -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";