Commit 1a275592 authored by Olivier Crête's avatar Olivier Crête Committed by Youness Alaoui

Add -n to stunbdc usage string

parent 6b33cc7f
......@@ -149,8 +149,9 @@ int main (int argc, char *argv[])
printf ("Usage: %s [-4|-6] <server> [port number]\n"
"Performs STUN Binding Discovery\n"
"\n"
" -4, --ipv4 Force IP version 4\n"
" -6, --ipv6 Force IP version 6\n"
" -4, --ipv4 Force IP version 4\n"
" -6, --ipv6 Force IP version 6\n"
" -n, --numeric Server in numeric form\n"
"\n", argv[0]);
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment