1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-27 22:58:24 +00:00

minor fixes

This commit is contained in:
Carles Fernandez 2014-11-07 19:04:59 +01:00
parent 9499fe434b
commit 3680e92a80

View File

@ -121,7 +121,7 @@ int main(int argc, char *argv[]) {
*/ */
if ( vm.count("help") ) if ( vm.count("help") )
{ {
std::cout << "The VOLK profiler." << std::endl std::cout << "The GNSS-SDR VOLK profiler." << std::endl
<< desc << std::endl; << desc << std::endl;
return 0; return 0;
} }