forked from markus/S_New4
v4.3.6: fix helpmenue of log
This commit is contained in:
parent
1f0e7c828c
commit
fba3a8f448
@ -1515,7 +1515,7 @@ int unterOption_printLogFile(Settings *settings, int argc, char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(!printMode && !ClearMode) {
|
if(!printMode && !ClearMode) {
|
||||||
std::cout << " => Error: Fehlende Parameter: -p, --print oder -C, --colorless." << std::endl;
|
std::cout << " => Error: Fehlende Parameter: -p, --print oder -C, --clear." << std::endl;
|
||||||
std::cout << "\"" << settings->programName << " log --help\" liefert weitere Informationen." << std::endl;
|
std::cout << "\"" << settings->programName << " log --help\" liefert weitere Informationen." << std::endl;
|
||||||
return 34;
|
return 34;
|
||||||
}
|
}
|
||||||
@ -1552,16 +1552,19 @@ int unterOption_printLogFile(Settings *settings, int argc, char **argv)
|
|||||||
|
|
||||||
void unterOption_printLogFile(std::string programName)
|
void unterOption_printLogFile(std::string programName)
|
||||||
{
|
{
|
||||||
std::cout << "Aufruf: " << programName << " log [OPTION]..." << std::endl << std::endl;
|
std::cout << "Aufruf: " << programName << " log [OPTION]... [KOMMANDO]" << std::endl
|
||||||
|
<< " " << programName << " log [OPTION]... [{-p, --print}/{-C, --clear}]" << std::endl << std::endl;
|
||||||
|
|
||||||
std::cout << "Beschreibung:" << std::endl
|
std::cout << "Beschreibung:" << std::endl
|
||||||
<< " Mit dieser Unterfunktion kann man die Log Datei sehen/leeren." << std::endl << std::endl;
|
<< " Mit dieser Unterfunktion kann man die Log Datei sehen/leeren." << std::endl << std::endl;
|
||||||
|
|
||||||
std::cout << "OPTIONEN:" << std::endl
|
std::cout << "KOMMANDOS:" << std::endl
|
||||||
<< " -p, --print" << std::endl
|
<< " -p, --print" << std::endl
|
||||||
<< " Mit dieser Option wird das LogFile ausgegeben." << std::endl
|
<< " Mit dieser Option wird das LogFile ausgegeben." << std::endl
|
||||||
<< " -C, --clear" << std::endl
|
<< " -C, --clear" << std::endl
|
||||||
<< " Mit dieser Option wird das LogFile geleert." << std::endl
|
<< " Mit dieser Option wird das LogFile geleert." << std::endl;
|
||||||
|
|
||||||
|
std::cout << "OPTION(EN):" << std::endl
|
||||||
<< " -c, --colorless" << std::endl
|
<< " -c, --colorless" << std::endl
|
||||||
<< " Mit dieser Option kann man die farbige Ausgabe ausstellen." << std::endl << std::endl;
|
<< " Mit dieser Option kann man die farbige Ausgabe ausstellen." << std::endl << std::endl;
|
||||||
}
|
}
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
#define UpdaterCloudUrlWithPath "https://cloud.obermui.de/s/tXz7SWdaPJ7TacZ/download?path=%2F&files="
|
#define UpdaterCloudUrlWithPath "https://cloud.obermui.de/s/tXz7SWdaPJ7TacZ/download?path=%2F&files="
|
||||||
#define SecondUpdaterCloudUrlWithPath "https://snew4.obermui.de/download?path=%2F&files="
|
#define SecondUpdaterCloudUrlWithPath "https://snew4.obermui.de/download?path=%2F&files="
|
||||||
#define VERSION "4.3.5"
|
#define VERSION "4.3.6"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user