From df4cf6d6ecab4a11171183fca55b3aa3f011ed43 Mon Sep 17 00:00:00 2001 From: Ben Hilburn Date: Mon, 30 Jun 2014 16:00:06 -0700 Subject: Fixing help text for --ref argument in some examples. Reported by Marcus Mueller. --- host/examples/rx_samples_to_udp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/examples/rx_samples_to_udp.cpp') diff --git a/host/examples/rx_samples_to_udp.cpp b/host/examples/rx_samples_to_udp.cpp index 2f62652e0..e397dbbf9 100644 --- a/host/examples/rx_samples_to_udp.cpp +++ b/host/examples/rx_samples_to_udp.cpp @@ -52,7 +52,7 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){ ("bw", po::value(&bw), "daughterboard IF filter bandwidth in Hz") ("port", po::value(&port)->default_value("7124"), "server udp port") ("addr", po::value(&addr)->default_value("192.168.1.10"), "resolvable server address") - ("ref", po::value(&ref)->default_value("internal"), "waveform type (internal, external, mimo)") + ("ref", po::value(&ref)->default_value("internal"), "reference source (internal, external, mimo)") ("int-n", "tune USRP with integer-N tuning") ; po::variables_map vm; -- cgit v1.2.3