From 52d1d8798565ed56c71f126366a4f886b1158e39 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Tue, 28 Nov 2023 23:20:49 +0100 Subject: [PATCH] Add the new flag to the command line help --- novelwriter/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/novelwriter/__init__.py b/novelwriter/__init__.py index 135eae98..bcf78412 100644 --- a/novelwriter/__init__.py +++ b/novelwriter/__init__.py @@ -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"