diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-09-06 08:21:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-09-06 12:25:32 +0200 |
commit | 1da035600affe1b79854f0089009c4fadd19e251 (patch) | |
tree | cf66d1a1c6e54fd97bdea98d5f57120413814a77 /desktop | |
parent | 1d3ba3ba5dfd55dccc71b671645dced82795b31d (diff) |
drop unused eventtesting cmd line option
Change-Id: I90edb80f3b414cbe0a81ecccbf1080106708a131
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172933
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/cmdlinehelp.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx index 7fb0b3d48a1e..02b8e37a2fb1 100644 --- a/desktop/source/app/cmdlinehelp.cxx +++ b/desktop/source/app/cmdlinehelp.cxx @@ -113,7 +113,6 @@ namespace desktop "Developer arguments: \n" " --terminate_after_init \n" " Exit after initialization complete (no documents loaded)\n" - " --eventtesting Exit after loading documents. \n\n" "New document creation arguments: \n" "The arguments create an empty document of specified kind. Only one of them may \n" "be used in one command line. If filenames are specified after an argument, \n" |