fixing minor typo (#1052)

fixing minor typo sepcified -> specified
This commit is contained in:
Sharuzzaman Ahmat Raslan 2022-10-11 14:48:11 +08:00 committed by GitHub
parent 06c489fd8a
commit a74435c559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ static void help (int level) {
printf (" OPTIONS FOR THE UNDERLYING NETWORK CONNECTION\n"); printf (" OPTIONS FOR THE UNDERLYING NETWORK CONNECTION\n");
printf (" ---------------------------------------------\n\n"); printf (" ---------------------------------------------\n\n");
printf(" -p [<ip>:]<port> | fixed local UDP port (defaults to %u) and optionally\n" printf(" -p [<ip>:]<port> | fixed local UDP port (defaults to %u) and optionally\n"
" | bind to sepcified local IP address only ('any' by default)\n", N2N_SN_LPORT_DEFAULT); " | bind to specified local IP address only ('any' by default)\n", N2N_SN_LPORT_DEFAULT);
printf(" -F <fed name> | name of the supernode's federation, defaults to\n" printf(" -F <fed name> | name of the supernode's federation, defaults to\n"
" | '%s'\n", (char *)FEDERATION_NAME); " | '%s'\n", (char *)FEDERATION_NAME);
printf(" -l <host:port> | ip address or name, and port of known supernode\n"); printf(" -l <host:port> | ip address or name, and port of known supernode\n");