[Positioning] UserInterface: fix output.udp-host

This commit is contained in:
Matteo Cypriani 2011-04-05 15:31:16 +02:00
parent 3719f58b65
commit dc9e5a72f4
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ this option more than once. Allowed: Terminal, CSV, UDP. \
If this option is absent, results will be printed on the terminal.")
("output.csv-file", po::value<string>(),
"CSV file to use for output (when output.medium = CSV).")
("output.udp-host", po::value<int>(),
("output.udp-host", po::value<string>(),
"Host to which the UDP data is sent (when output.medium = UDP).")
("output.udp-port", po::value<int>()
->default_value(MOBILE_DEFAULT_PORT),