diff --git a/edge.c b/edge.c index 2c09b6e..d4b30eb 100644 --- a/edge.c +++ b/edge.c @@ -180,7 +180,7 @@ static void help() { #ifndef WIN32 "[-f]" #endif /* #ifndef WIN32 */ - "[-m ]" + "[-m ] " "-l \n" " " "[-p ] [-M ] " @@ -197,7 +197,7 @@ static void help() { printf("-s | Edge interface netmask in dotted decimal notation (255.255.255.0).\n"); printf("-l | Supernode IP:port\n"); printf("-b | Periodically resolve supernode IP\n"); - printf(" : (when supernodes are running on dynamic IPs)\n"); + printf(" | (when supernodes are running on dynamic IPs)\n"); printf("-p | Fixed local UDP port.\n"); #ifndef WIN32 printf("-u | User ID (numeric) to use when privileges are dropped.\n"); @@ -207,7 +207,7 @@ static void help() { printf("-f | Do not fork and run as a daemon; rather run in foreground.\n"); #endif /* #ifndef WIN32 */ printf("-m | Fix MAC address for the TAP interface (otherwise it may be random)\n" - " : eg. -m 01:02:03:04:05:06\n"); + " | eg. -m 01:02:03:04:05:06\n"); printf("-M | Specify n2n MTU of edge interface (default %d).\n", DEFAULT_MTU); printf("-r | Enable packet forwarding through n2n community.\n"); printf("-E | Accept multicast MAC addresses (default=drop).\n");