forked from markus/S_New4
v2.7.1
This commit is contained in:
parent
e121c4b152
commit
6ef6d3102f
@ -261,9 +261,9 @@ int loadDefaulOptions(Settings &settings)
|
|||||||
return 0;
|
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
|
std::cout << "Beschreibung:" << std::endl
|
||||||
<< " -> Mit diesem Programm kann man die Download-Urls" << std::endl
|
<< " -> Mit diesem Programm kann man die Download-Urls" << std::endl
|
||||||
<< " oder Informationen von Serien bekommen." << std::endl
|
<< " oder Informationen von Serien bekommen." << std::endl
|
||||||
|
Loading…
Reference in New Issue
Block a user