diff options
author | Michael West <michael.west@ettus.com> | 2013-11-18 12:40:24 -0800 |
---|---|---|
committer | Michael West <michael.west@ettus.com> | 2013-11-18 12:40:24 -0800 |
commit | 32b0b1a139a0ca4f9bfc544dccc1daa2e86fbb0e (patch) | |
tree | 9d5e2aa9e1bae2fde76d1ec52b6a81611a90a1b8 /host/utils | |
parent | 91c10b31f94f95f1588571e0580b09a8b354a2a3 (diff) | |
download | uhd-32b0b1a139a0ca4f9bfc544dccc1daa2e86fbb0e.tar.gz uhd-32b0b1a139a0ca4f9bfc544dccc1daa2e86fbb0e.tar.bz2 uhd-32b0b1a139a0ca4f9bfc544dccc1daa2e86fbb0e.zip |
More cleanup for dynamic linking.
Diffstat (limited to 'host/utils')
-rw-r--r-- | host/utils/b2xx_fx3_utils.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/utils/b2xx_fx3_utils.cpp b/host/utils/b2xx_fx3_utils.cpp index d4e3b0f9a..980d1c5f4 100644 --- a/host/utils/b2xx_fx3_utils.cpp +++ b/host/utils/b2xx_fx3_utils.cpp @@ -100,7 +100,7 @@ boost::int32_t main(boost::int32_t argc, char *argv[]) { po::notify(vm); if (vm.count("help")){ - std::cout << boost::format("B2xx Utilitiy Program %s") % desc << std::endl; + std::cout << boost::format("B2xx Utilitiy Program %s") % visible << std::endl; return ~0; } else if (vm.count("reset-usb")) { /* Okay, first, we need to discover what the path is to the ehci and @@ -519,7 +519,7 @@ boost::int32_t main(boost::int32_t argc, char *argv[]) { << std::endl; } else { - std::cout << boost::format("B2xx Utilitiy Program %s") % desc << std::endl; + std::cout << boost::format("B2xx Utilitiy Program %s") % visible << std::endl; return ~0; } |