aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/test_pps_input.cpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2014-10-27 16:17:15 +0100
committerMartin Braun <martin.braun@ettus.com>2014-10-28 19:42:22 +0100
commit10ff484ccbba5c83d856949b9515f9130feaded3 (patch)
tree197901a785e98761e1de20bb44a82a99c8dfd894 /host/examples/test_pps_input.cpp
parent91347ea2cbf7618d4439548210eec940c582cbb8 (diff)
downloaduhd-10ff484ccbba5c83d856949b9515f9130feaded3.tar.gz
uhd-10ff484ccbba5c83d856949b9515f9130feaded3.tar.bz2
uhd-10ff484ccbba5c83d856949b9515f9130feaded3.zip
examples: Whitespace and other cleanup
Diffstat (limited to 'host/examples/test_pps_input.cpp')
-rw-r--r--host/examples/test_pps_input.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/host/examples/test_pps_input.cpp b/host/examples/test_pps_input.cpp
index 889c98a45..3e6c4ba9d 100644
--- a/host/examples/test_pps_input.cpp
+++ b/host/examples/test_pps_input.cpp
@@ -47,6 +47,11 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){
//print the help message
if (vm.count("help")){
std::cout << boost::format("UHD Test PPS Input %s") % desc << std::endl;
+ std::cout
+ << std::endl
+ << "Tests if the PPS input signal is working. Will throw an error if not."
+ << std::endl
+ << std::endl;
return ~0;
}