commit 7069d1ed40e1289ce4efbfd05975e67ad9a5049d
parent 322dd2ebad21db11c5c2539a9027687a9cc8a049
Author: Florian Dold <dold@taler.net>
Date: Mon, 7 Sep 2026 22:45:07 +0200
manpages: document the setup option to omit merchant webhooks
Describe -H for tests that launch their own webhook workers and clarify
that -m still starts the background worker by default.
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/manpages/taler-unified-setup.1.rst b/manpages/taler-unified-setup.1.rst
@@ -21,6 +21,7 @@ Synopsis
[**-e**]
[**-f**]
[**-h**]
+[**-H**]
[**-k**]
[**-l** *FILENAME*]
[**-m**]
@@ -65,6 +66,11 @@ systemd and not via this tool.
**-h** \| **--help**
Prints a compiled-in help text.
+**-H**
+ Suppress the background merchant webhook worker when using **-m**.
+ Use this when a test launches its own webhook workers. By default,
+ **-m** starts the worker along with the other merchant services.
+
**-k**
Start challenger (KYC service)