diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-03-28 14:25:09 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-03-28 14:25:09 +0100 |
commit | 9ea8bedb6bc3a1efd03721b56785c4bead7ab81a (patch) | |
tree | 67ddf557c1a1c13de0bc7297e018b9fa29bbc343 /host/utils/uhd_cal_tx_iq_balance.cpp | |
parent | f8753a3d7f3616a49f6c0a1ae661f286a4f20c66 (diff) | |
download | uhd-9ea8bedb6bc3a1efd03721b56785c4bead7ab81a.tar.gz uhd-9ea8bedb6bc3a1efd03721b56785c4bead7ab81a.tar.bz2 uhd-9ea8bedb6bc3a1efd03721b56785c4bead7ab81a.zip |
uhd: Cal tools had ambiguous help message, referring to XCVR boards.
Diffstat (limited to 'host/utils/uhd_cal_tx_iq_balance.cpp')
-rw-r--r-- | host/utils/uhd_cal_tx_iq_balance.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/utils/uhd_cal_tx_iq_balance.cpp b/host/utils/uhd_cal_tx_iq_balance.cpp index 786aac061..27e6356bb 100644 --- a/host/utils/uhd_cal_tx_iq_balance.cpp +++ b/host/utils/uhd_cal_tx_iq_balance.cpp @@ -124,7 +124,8 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){ if (vm.count("help")){ std::cout << boost::format("USRP Generate TX IQ Balance Calibration Table %s") % desc << std::endl; std::cout << - "This application measures leakage between RX and TX on a daughterboard to self-calibrate.\n" + "This application measures leakage between RX and TX on a transceiver daughterboard to self-calibrate.\n" + "Note: Not all daughterboards support this feature. Refer to the UHD manual for details.\n" << std::endl; return EXIT_FAILURE; } |