1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-26 15:03:14 +00:00

fix app name in help message

This commit is contained in:
Carles Fernandez 2016-03-13 12:07:40 +01:00
parent 87dc56e147
commit 2cf1ea85af

View File

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