aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/usrp_init_eeprom.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-08-31 17:41:16 -0700
committerJosh Blum <josh@joshknows.com>2010-08-31 17:41:16 -0700
commitb5461fc3f5e7d1da74735ba5e025115dd2b7f04a (patch)
tree277eeaab4cf25df64c76a62afb1e54d8d63cd7d6 /host/utils/usrp_init_eeprom.cpp
parent4829a9be550bf5479f9f5df66905d22e50de3a25 (diff)
parent7b066a4593646b6023f56283ff02cf0e4ee099a6 (diff)
downloaduhd-b5461fc3f5e7d1da74735ba5e025115dd2b7f04a.tar.gz
uhd-b5461fc3f5e7d1da74735ba5e025115dd2b7f04a.tar.bz2
uhd-b5461fc3f5e7d1da74735ba5e025115dd2b7f04a.zip
Merge branch 'usrp1' into next
Diffstat (limited to 'host/utils/usrp_init_eeprom.cpp')
-rw-r--r--host/utils/usrp_init_eeprom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/usrp_init_eeprom.cpp b/host/utils/usrp_init_eeprom.cpp
index 28c7c5745..b05e400b1 100644
--- a/host/utils/usrp_init_eeprom.cpp
+++ b/host/utils/usrp_init_eeprom.cpp
@@ -28,7 +28,7 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){
po::options_description desc("Allowed options");
desc.add_options()
("help", "help message")
- ("image", po::value<std::string>(), "IHX image file")
+ ("image", po::value<std::string>(), "BIN image file")
;
po::variables_map vm;