diff options
author | Ben Hilburn <ben.hilburn@ettus.com> | 2014-04-11 12:46:24 -0700 |
---|---|---|
committer | Ben Hilburn <ben.hilburn@ettus.com> | 2014-04-11 12:46:24 -0700 |
commit | 87b068edddf5862f532dbc06e7a20106e524b581 (patch) | |
tree | bbe778dcd141b7e8825ef6ce4ed2688217ddf805 /host/utils/uhd_cal_rx_iq_balance.cpp | |
parent | 2be9d18ec457cb0b2e4fc87d97f3013000c7c5e3 (diff) | |
parent | fbde92c7b621506fc73bceb19364d0d545ea851c (diff) | |
download | uhd-87b068edddf5862f532dbc06e7a20106e524b581.tar.gz uhd-87b068edddf5862f532dbc06e7a20106e524b581.tar.bz2 uhd-87b068edddf5862f532dbc06e7a20106e524b581.zip |
Merge branch 'maint'
Diffstat (limited to 'host/utils/uhd_cal_rx_iq_balance.cpp')
-rw-r--r-- | host/utils/uhd_cal_rx_iq_balance.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/utils/uhd_cal_rx_iq_balance.cpp b/host/utils/uhd_cal_rx_iq_balance.cpp index 34e9b20a8..3188e02a0 100644 --- a/host/utils/uhd_cal_rx_iq_balance.cpp +++ b/host/utils/uhd_cal_rx_iq_balance.cpp @@ -121,7 +121,8 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){ if (vm.count("help")){ std::cout << boost::format("USRP Generate RX IQ Balance Calibration Table %s") % desc << std::endl; std::cout << - "This application measures leakage between RX and TX on an XCVR 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; } |