mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-22 14:23:59 -07:00
there is a space expected behind the arguments
This commit is contained in:
parent
3abbe61366
commit
a66bd4137f
1 changed files with 2 additions and 2 deletions
4
main.cpp
4
main.cpp
|
@ -573,8 +573,8 @@ static void printHelp(const char *cn,FILE *out)
|
|||
fprintf(out,"Available switches:"ZT_EOL_S);
|
||||
fprintf(out," -h - Display this help"ZT_EOL_S);
|
||||
fprintf(out," -v - Show version"ZT_EOL_S);
|
||||
fprintf(out," -p<port> - Port for UDP (default: 9993)"ZT_EOL_S);
|
||||
fprintf(out," -t<port> - Port for TCP (default: disabled)"ZT_EOL_S);
|
||||
fprintf(out," -p <port> - Port for UDP (default: 9993)"ZT_EOL_S);
|
||||
fprintf(out," -t <port> - Port for TCP (default: disabled)"ZT_EOL_S);
|
||||
//fprintf(out," -T<path> - Override root topology, do not authenticate or update"ZT_EOL_S);
|
||||
#ifdef __UNIX_LIKE__
|
||||
fprintf(out," -d - Fork and run as daemon (Unix-ish OSes)"ZT_EOL_S);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue