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_tx_dc_offset.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/utils/uhd_cal_tx_dc_offset.cpp') diff --git a/host/utils/uhd_cal_tx_dc_offset.cpp b/host/utils/uhd_cal_tx_dc_offset.cpp index 8aa505010..8b12f7e95 100644 --- a/host/utils/uhd_cal_tx_dc_offset.cpp +++ b/host/utils/uhd_cal_tx_dc_offset.cpp @@ -124,7 +124,7 @@ int UHD_SAFE_MAIN(int argc, char *argv[]) ("args", po::value(&args)->default_value(""), "device address args [default = \"\"]") ("subdev", po::value(&subdev), "Subdevice specification (default: first subdevice, often 'A')") ("tx_wave_freq", po::value(&tx_wave_freq)->default_value(507.123e3), "Transmit wave frequency in Hz") - ("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") ("rx_offset", po::value(&rx_offset)->default_value(.9344e6), "RX LO offset from the TX 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