This commit is contained in:
Luis Ángel San Martín 2025-05-04 15:14:45 +02:00
parent b81b7908f3
commit 89d7d76080

View File

@ -82,7 +82,7 @@ int main(int argc, char **argv)
QCommandLineParser parser; QCommandLineParser parser;
parser.setApplicationDescription(QString(QCoreApplication::tr("\nYACReaderLibraryServer is the headless (no gui) version of YACReaderLibrary.\n\n" parser.setApplicationDescription(QString(QCoreApplication::tr("\nYACReaderLibraryServer is the headless (no gui) version of YACReaderLibrary.\n\n"
"This appplication support persisten settings, to set them up edit this file %1\n" "This appplication supports persistent settings, to set them up edit this file %1\n"
"To learn about the available settings please check the documentation at https://raw.githubusercontent.com/YACReader/yacreader/develop/YACReaderLibraryServer/SETTINGS_README.md")) "To learn about the available settings please check the documentation at https://raw.githubusercontent.com/YACReader/yacreader/develop/YACReaderLibraryServer/SETTINGS_README.md"))
.arg(settingsPath)); .arg(settingsPath));
parser.addHelpOption(); parser.addHelpOption();