mirror of
git://erdgeist.org/opentracker
synced 2025-01-27 23:26:27 +00:00
Use the HELPLINE macro for help lines
This commit is contained in:
parent
fceffdefba
commit
b8ee3dfec1
@ -126,10 +126,10 @@ static void help( char *name ) {
|
|||||||
HELPLINE("-w file","specify whitelist file.");
|
HELPLINE("-w file","specify whitelist file.");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
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" );
|
HELPLINE("\nExample: ./opentracker -i 127.0.0.1 -p 6969 -P 6969 -f ./opentracker.conf -i 10.1.1.23 -p 2710 -p 80");
|
||||||
fprintf( stderr, " Here -i 127.0.0.1 selects the ip address for the next -p 6969 and -P 6969.\n");
|
HELPLINE(" Here -i 127.0.0.1 selects the ip address for the next -p 6969 and -P 6969.");
|
||||||
fprintf( stderr, " If no port is bound from config file or command line, the last address given\n");
|
HELPLINE(" If no port is bound from config file or command line, the last address given");
|
||||||
fprintf( stderr, " (or ::1 if none is set) will be used on port 6969.\n");
|
HELPLINE(" (or ::1 if none is set) will be used on port 6969.");
|
||||||
}
|
}
|
||||||
#undef HELPLINE
|
#undef HELPLINE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user