[Listener] Document -P in the short help

This commit is contained in:
Matteo Cypriani 2011-02-23 17:32:04 +01:00
parent 984ced2d10
commit d9b7a11d3a
1 changed files with 7 additions and 7 deletions

View File

@ -1031,7 +1031,7 @@ void print_usage()
"\t%s [-f config_file] [-m mode] [-d aggregation_ip]" "\t%s [-f config_file] [-m mode] [-d aggregation_ip]"
" [-l listening_port] [-p aggregation_port] -r rtap_iface" " [-l listening_port] [-p aggregation_port] -r rtap_iface"
" [-w wifi_iface] [-k] [-v | -q] [-c | -Q] [-A]" " [-w wifi_iface] [-k] [-v | -q] [-c | -Q] [-A]"
" [-a autocalibration_port]" " [-P autocalibration_request_port ] [-a autocalibration_port]"
" [-H autocalibration_hello_delay] [-t autocalibration_delay]" " [-H autocalibration_hello_delay] [-t autocalibration_delay]"
" [-n autocalibration_nb_packets]\n" " [-n autocalibration_nb_packets]\n"
"\t%s -h\n" "\t%s -h\n"
@ -1060,16 +1060,16 @@ void print_usage()
"Autocalibration options:\n" "Autocalibration options:\n"
"(These options are available only if the program was compiled" "(These options are available only if the program was compiled"
" with support of POSIX threads.)\n" " with support of POSIX threads.)\n"
"\t-A\t\tEnable autocalibration (default: disabled).\n" "\t-A\t\t\tEnable autocalibration (default: disabled).\n"
"\t-P port\t\tPort on which autocalibration positioning" "\t-P autocalib_req_port\tPort on which autocalibration positioning"
" requests are sent (default: %d).\n" " requests are sent (default: %d).\n"
"\t-a port\t\tPort on which autocalibration data (hello & orders)" "\t-a autocalib_port\tPort on which autocalibration data (hello & orders)"
" are exchanged with the aggregation server (default: %d).\n" " are exchanged with the aggregation server (default: %d).\n"
"\t-H hello_delay\tTime between each hello" "\t-H hello_delay\t\tTime between each hello"
" message sent to the aggregation server (default: %d s).\n" " message sent to the aggregation server (default: %d s).\n"
"\t-t delay\tTime between each autocalibration" "\t-t delay\t\tTime between each autocalibration"
" packet transmission (default: %d µs).\n" " packet transmission (default: %d µs).\n"
"\t-n nb_packets\tNumber of packet transmitted" "\t-n nb_packets\t\tNumber of packet transmitted"
" for one autocalibration request (default: %d).\n" " for one autocalibration request (default: %d).\n"
"Other options:\n" "Other options:\n"