We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51a709 commit 34a5650Copy full SHA for 34a5650
1 file changed
gui/main.cpp
@@ -107,7 +107,9 @@ static void ShowUsage()
107
" -l <file> Open given results xml file\n"
108
" -d <directory> Specify the directory that was checked to generate the results xml specified with -l\n"
109
" -v, --version Show program version\n"
110
- " --data-dir=<directory> Specify directory where GUI datafiles are located (translations, cfg)");
+ " --data-dir=<directory> This option is for installation scripts so they can configure the directory where\n"
111
+ " datafiles are located (translations, cfg). The GUI is not started when this option\n"
112
+ " is used.");
113
#if defined(_WIN32)
114
QMessageBox msgBox(QMessageBox::Information,
115
MainWindow::tr("Cppcheck GUI - Command line parameters"),
0 commit comments