diff options
author | Ben Hilburn <ben.hilburn@ettus.com> | 2014-04-11 12:45:47 -0700 |
---|---|---|
committer | Ben Hilburn <ben.hilburn@ettus.com> | 2014-04-11 12:45:47 -0700 |
commit | fbde92c7b621506fc73bceb19364d0d545ea851c (patch) | |
tree | 48063c4d7c64f097af9f3780158fb08212cd0f58 /host/utils/uhd_cal_tx_dc_offset.cpp | |
parent | aa3d41c314bf50b3b8decbc86f4805bf776fbd6e (diff) | |
parent | 9ea8bedb6bc3a1efd03721b56785c4bead7ab81a (diff) | |
download | uhd-fbde92c7b621506fc73bceb19364d0d545ea851c.tar.gz uhd-fbde92c7b621506fc73bceb19364d0d545ea851c.tar.bz2 uhd-fbde92c7b621506fc73bceb19364d0d545ea851c.zip |
Merge branch 'origin/uhd/cal_msg' into maint
Diffstat (limited to 'host/utils/uhd_cal_tx_dc_offset.cpp')
-rw-r--r-- | host/utils/uhd_cal_tx_dc_offset.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/utils/uhd_cal_tx_dc_offset.cpp b/host/utils/uhd_cal_tx_dc_offset.cpp index 798571ad5..b5c5293f0 100644 --- a/host/utils/uhd_cal_tx_dc_offset.cpp +++ b/host/utils/uhd_cal_tx_dc_offset.cpp @@ -123,7 +123,8 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){ if (vm.count("help")){ std::cout << boost::format("USRP Generate TX DC Offset 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; } |