From 9a20ebe3f2ee5c4aebb8b5abb679ede92dddb90c Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Tue, 27 Jul 2021 23:15:48 +0200 Subject: Fix typo. Thanks to Romain Porte --- opentracker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { HELPLINE("-P port","specify udp port to bind to (default: 6969, you may specify more than one)"); HELPLINE("-r redirecturl","specify url where / should be redirected to (default none)"); HELPLINE("-d dir","specify directory to try to chroot to (default: \".\")"); - HELPLINE("-u user","specify user under whose priviliges opentracker should run (default: \"nobody\")"); + HELPLINE("-u user","specify user under whose privileges opentracker should run (default: \"nobody\")"); HELPLINE("-A ip","bless an ip address as admin address (e.g. to allow syncs from this address)"); #ifdef WANT_ACCESSLIST_BLACK HELPLINE("-b file","specify blacklist file."); -- cgit v1.2.3