This commit is contained in:
Markus 2019-09-04 17:51:39 +02:00
parent e121c4b152
commit 6ef6d3102f
1 changed files with 2 additions and 2 deletions

View File

@ -261,9 +261,9 @@ int loadDefaulOptions(Settings &settings)
return 0;
}

int unterOption_help(std::string programName)
int unterOption_help(Settings &settings)
{
std::cout << "Aufruf: " << programName << " [Unteroption] [PARAMETER]..." << std::endl << std::endl;
std::cout << "Aufruf: " << settings.programName << " [Unteroption] [PARAMETER]..." << std::endl << std::endl;
std::cout << "Beschreibung:" << std::endl
<< " -> Mit diesem Programm kann man die Download-Urls" << std::endl
<< " oder Informationen von Serien bekommen." << std::endl