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_file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/examples/rx_samples_to_file.cpp') diff --git a/host/examples/rx_samples_to_file.cpp b/host/examples/rx_samples_to_file.cpp index de3640794..e196b8592 100644 --- a/host/examples/rx_samples_to_file.cpp +++ b/host/examples/rx_samples_to_file.cpp @@ -231,7 +231,7 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){ ("ant", po::value(&ant), "daughterboard antenna selection") ("subdev", po::value(&subdev), "daughterboard subdevice specification") ("bw", po::value(&bw), "daughterboard IF filter bandwidth in Hz") - ("ref", po::value(&ref)->default_value("internal"), "waveform type (internal, external, mimo)") + ("ref", po::value(&ref)->default_value("internal"), "reference source (internal, external, mimo)") ("wirefmt", po::value(&wirefmt)->default_value("sc16"), "wire format (sc8 or sc16)") ("setup", po::value(&setup_time)->default_value(1.0), "seconds of setup time") ("progress", "periodically display short-term bandwidth") -- cgit v1.2.3