summaryrefslogtreecommitdiff
path: root/opentracker.c
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2024-04-14 13:12:27 +0200
committerDirk Engling <erdgeist@erdgeist.org>2024-04-14 13:12:27 +0200
commit4ff25fc9c622c72ed06db00386c233573cc6be5f (patch)
treec96e4871538bd2c8948c5befc9a16017055ca333 /opentracker.c
parent6ae819ae10603464da0f8ee47b189fc5fe0f21d9 (diff)
Revert b8ee3dfec11d1c66bee614bfab171ada9fc2bb78
Diffstat (limited to 'opentracker.c')
-rw-r--r--opentracker.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/opentracker.c b/opentracker.c
index 212defc..8e04907 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 HELPLINE("\nExample: ./opentracker -i 127.0.0.1 -p 6969 -P 6969 -f ./opentracker.conf -i 10.1.1.23 -p 2710 -p 80"); 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");
130 HELPLINE(" Here -i 127.0.0.1 selects the ip address for the next -p 6969 and -P 6969."); 130 fprintf(stderr, " Here -i 127.0.0.1 selects the ip address for the next -p 6969 and -P 6969.\n");
131 HELPLINE(" If no port is bound from config file or command line, the last address given"); 131 fprintf(stderr, " If no port is bound from config file or command line, the last address given\n");
132 HELPLINE(" (or ::1 if none is set) will be used on port 6969."); 132 fprintf(stderr, " (or ::1 if none is set) will be used on port 6969.\n");
133} 133}
134#undef HELPLINE 134#undef HELPLINE
135 135