aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/usrp_burn_db_eeprom.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-11-04 23:44:58 -0700
committerJosh Blum <josh@joshknows.com>2010-11-04 23:44:58 -0700
commit0066ef2972f35d3d1ba7a9127f197fba9e754d88 (patch)
tree8d6b16b8f8f7e4feef56e0dd21988ef3623ad882 /host/utils/usrp_burn_db_eeprom.cpp
parent9dff7952f618360943470711636db64fe2376b40 (diff)
downloaduhd-0066ef2972f35d3d1ba7a9127f197fba9e754d88.tar.gz
uhd-0066ef2972f35d3d1ba7a9127f197fba9e754d88.tar.bz2
uhd-0066ef2972f35d3d1ba7a9127f197fba9e754d88.zip
usrp: replaced device specific burner apps with one generic one for mboard eeproms
Diffstat (limited to 'host/utils/usrp_burn_db_eeprom.cpp')
-rw-r--r--host/utils/usrp_burn_db_eeprom.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/host/utils/usrp_burn_db_eeprom.cpp b/host/utils/usrp_burn_db_eeprom.cpp
index 64ecf75d6..9afd71a22 100644
--- a/host/utils/usrp_burn_db_eeprom.cpp
+++ b/host/utils/usrp_burn_db_eeprom.cpp
@@ -58,10 +58,10 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){
//print the help message
if (vm.count("help")){
- std::cout << boost::format("USRP Burn DB EEPROM %s") % desc << std::endl;
+ std::cout << boost::format("USRP Burn Daughterboard EEPROM %s") % desc << std::endl;
std::cout << boost::format(
- "Omit the id argument to perform readback,\n"
- "Or specify a new id to burn into the eeprom.\n"
+ "Omit the ID argument to perform readback,\n"
+ "Or specify a new ID to burn into the EEPROM.\n"
) << std::endl;
return ~0;
}