Add the new flag to the command line help

This commit is contained in:
Veronica Berglyd Olsen
2023-11-28 23:20:49 +01:00
parent 62847e55f0
commit 52d1d87985
+1
View File
@@ -93,6 +93,7 @@ def main(sysArgs: list | None = None):
" -v, --version Print program version and exit.\n"
" --info Print additional runtime information.\n"
" --debug Print debug output. Includes --info.\n"
" --meminfo Show memory usage information in the status bar.\n"
" --style= Sets Qt5 style flag. Defaults to 'Fusion'.\n"
" --config= Alternative config file.\n"
" --data= Alternative user data path.\n"