diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2021-07-27 23:15:48 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2021-07-27 23:15:48 +0200 |
commit | 9a20ebe3f2ee5c4aebb8b5abb679ede92dddb90c (patch) | |
tree | 54cc196b9b2493e0e491bf2823fc5e9fbbb6701b /opentracker.c | |
parent | 68a17b3ae47f2855cd2fca7d75584a4a67c860d9 (diff) |
Fix typo. Thanks to Romain Porte
Diffstat (limited to 'opentracker.c')
-rw-r--r-- | opentracker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentracker.c b/opentracker.c index 32b3364..8323552 100644 --- a/opentracker.c +++ b/opentracker.c | |||
@@ -123,7 +123,7 @@ static void help( char *name ) { | |||
123 | HELPLINE("-P port","specify udp port to bind to (default: 6969, you may specify more than one)"); | 123 | HELPLINE("-P port","specify udp port to bind to (default: 6969, you may specify more than one)"); |
124 | HELPLINE("-r redirecturl","specify url where / should be redirected to (default none)"); | 124 | HELPLINE("-r redirecturl","specify url where / should be redirected to (default none)"); |
125 | HELPLINE("-d dir","specify directory to try to chroot to (default: \".\")"); | 125 | HELPLINE("-d dir","specify directory to try to chroot to (default: \".\")"); |
126 | HELPLINE("-u user","specify user under whose priviliges opentracker should run (default: \"nobody\")"); | 126 | HELPLINE("-u user","specify user under whose privileges opentracker should run (default: \"nobody\")"); |
127 | HELPLINE("-A ip","bless an ip address as admin address (e.g. to allow syncs from this address)"); | 127 | HELPLINE("-A ip","bless an ip address as admin address (e.g. to allow syncs from this address)"); |
128 | #ifdef WANT_ACCESSLIST_BLACK | 128 | #ifdef WANT_ACCESSLIST_BLACK |
129 | HELPLINE("-b file","specify blacklist file."); | 129 | HELPLINE("-b file","specify blacklist file."); |