Revision 7b066a45 host/utils/usrp_init_eeprom.cpp

b/host/utils/usrp_init_eeprom.cpp
28 28
    po::options_description desc("Allowed options");
29 29
    desc.add_options()
30 30
        ("help", "help message")
31
        ("image", po::value<std::string>(), "IHX image file")
31
        ("image", po::value<std::string>(), "BIN image file")
32 32
    ;
33 33

  
34 34
    po::variables_map vm;

Also available in: Unified diff