From 9e73914791be936216ea11eea9bd38061ef5f323 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 13 Oct 2016 17:39:03 -0700 Subject: utils: Minor doc fix (amplitudes are not in counts) --- host/utils/uhd_cal_rx_iq_balance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/utils/uhd_cal_rx_iq_balance.cpp') diff --git a/host/utils/uhd_cal_rx_iq_balance.cpp b/host/utils/uhd_cal_rx_iq_balance.cpp index 2414ef007..99a5abdda 100644 --- a/host/utils/uhd_cal_rx_iq_balance.cpp +++ b/host/utils/uhd_cal_rx_iq_balance.cpp @@ -116,7 +116,7 @@ int UHD_SAFE_MAIN(int argc, char *argv[]) ("verbose", "enable some verbose") ("args", po::value(&args)->default_value(""), "Device address args [default = \"\"]") ("subdev", po::value(&subdev), "Subdevice specification (default: first subdevice, often 'A')") - ("tx_wave_ampl", po::value(&tx_wave_ampl)->default_value(0.7), "Transmit wave amplitude in counts") + ("tx_wave_ampl", po::value(&tx_wave_ampl)->default_value(0.7), "Transmit wave amplitude") ("tx_offset", po::value(&tx_offset)->default_value(.9344e6), "TX LO offset from the RX LO in Hz") ("freq_start", po::value(&freq_start), "Frequency start in Hz (do not specify for default)") ("freq_stop", po::value(&freq_stop), "Frequency stop in Hz (do not specify for default)") -- cgit v1.2.3