Browse Source

fixing minor typo (#1052)

fixing minor typo sepcified -> specified
pull/1059/head
Sharuzzaman Ahmat Raslan 2 years ago
committed by GitHub
parent
commit
a74435c559
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/supernode.c

2
src/supernode.c

@ -114,7 +114,7 @@ static void help (int level) {
printf (" OPTIONS FOR THE UNDERLYING NETWORK CONNECTION\n");
printf (" ---------------------------------------------\n\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"
" | '%s'\n", (char *)FEDERATION_NAME);
printf(" -l <host:port> | ip address or name, and port of known supernode\n");

Loading…
Cancel
Save