mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-21 09:34:53 +00:00
fix app name in help message
This commit is contained in:
@@ -112,7 +112,7 @@ int main(int argc, char *argv[]) {
|
|||||||
|
|
||||||
/** --help option */
|
/** --help option */
|
||||||
if ( vm.count("help") ) {
|
if ( vm.count("help") ) {
|
||||||
std::cout << "The VOLK profiler." << std::endl
|
std::cout << "The VOLK_GNSSSDR profiler." << std::endl
|
||||||
<< desc << std::endl;
|
<< desc << std::endl;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user