aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2016-06-17 08:14:14 -0700
committerMartin Braun <martin.braun@ettus.com>2016-06-17 11:44:59 -0700
commite103b5e67061c9b22cce2e36cf9b40a8213ecb82 (patch)
tree894c1cc53df6549f01eac1069f90dbd661a420a2 /host/utils
parent6b20707534ba3ae5ab46abab8e7118970a7740eb (diff)
downloaduhd-e103b5e67061c9b22cce2e36cf9b40a8213ecb82.tar.gz
uhd-e103b5e67061c9b22cce2e36cf9b40a8213ecb82.tar.bz2
uhd-e103b5e67061c9b22cce2e36cf9b40a8213ecb82.zip
uhd_config_info: added missing --boost-version option
Diffstat (limited to 'host/utils')
-rw-r--r--host/utils/uhd_config_info.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/utils/uhd_config_info.cpp b/host/utils/uhd_config_info.cpp
index 4279c325d..c4034e560 100644
--- a/host/utils/uhd_config_info.cpp
+++ b/host/utils/uhd_config_info.cpp
@@ -1,5 +1,5 @@
//
-// Copyright 2015 National Instruments Corp.
+// Copyright 2015-2016 National Instruments Corp.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -35,6 +35,7 @@ int UHD_SAFE_MAIN(int argc, char* argv[]) {
("cxx-flags", "Print C++ compiler flags")
("enabled-components", "Print built-time enabled components")
("install-prefix", "Print install prefix")
+ ("boost-version", "Print Boost version")
("libusb-version", "Print libusb version")
("print-all", "Print everything")
("version", "Print this UHD build's version")