diff options
-rw-r--r-- | opentracker.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/opentracker.c b/opentracker.c index bcc0703..29c4ac7 100644 --- a/opentracker.c +++ b/opentracker.c | |||
@@ -126,10 +126,10 @@ static void help( char *name ) { | |||
126 | HELPLINE("-w file","specify whitelist file."); | 126 | HELPLINE("-w file","specify whitelist file."); |
127 | #endif | 127 | #endif |
128 | 128 | ||
129 | fprintf( stderr, "\nExample: ./opentracker -i 127.0.0.1 -p 6969 -P 6969 -f ./opentracker.conf -i 10.1.1.23 -p 2710 -p 80\n" ); | 129 | HELPLINE("\nExample: ./opentracker -i 127.0.0.1 -p 6969 -P 6969 -f ./opentracker.conf -i 10.1.1.23 -p 2710 -p 80"); |
130 | fprintf( stderr, " Here -i 127.0.0.1 selects the ip address for the next -p 6969 and -P 6969.\n"); | 130 | HELPLINE(" Here -i 127.0.0.1 selects the ip address for the next -p 6969 and -P 6969."); |
131 | fprintf( stderr, " If no port is bound from config file or command line, the last address given\n"); | 131 | HELPLINE(" If no port is bound from config file or command line, the last address given"); |
132 | fprintf( stderr, " (or ::1 if none is set) will be used on port 6969.\n"); | 132 | HELPLINE(" (or ::1 if none is set) will be used on port 6969."); |
133 | } | 133 | } |
134 | #undef HELPLINE | 134 | #undef HELPLINE |
135 | 135 | ||