aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/uhd_cal_tx_dc_offset.cpp
diff options
context:
space:
mode:
authorBen Hilburn <ben.hilburn@ettus.com>2014-04-11 12:45:47 -0700
committerBen Hilburn <ben.hilburn@ettus.com>2014-04-11 12:45:47 -0700
commitfbde92c7b621506fc73bceb19364d0d545ea851c (patch)
tree48063c4d7c64f097af9f3780158fb08212cd0f58 /host/utils/uhd_cal_tx_dc_offset.cpp
parentaa3d41c314bf50b3b8decbc86f4805bf776fbd6e (diff)
parent9ea8bedb6bc3a1efd03721b56785c4bead7ab81a (diff)
downloaduhd-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.cpp3
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;
}