From 4648c3bb09924575099ea7cdaffd9ce56992dd6d Mon Sep 17 00:00:00 2001 From: swrup Date: Tue, 3 Feb 2026 22:33:42 +0100 Subject: [PATCH] --- tools/offline.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/offline.ml b/tools/offline.ml index 207f416f..3f94b4fe 100644 --- a/tools/offline.ml +++ b/tools/offline.ml @@ -232,7 +232,7 @@ let global_fees_cmd = let drain_cmd = let doc = "Drain profits from the exchange. The actual drain requires running the \ - taler-exchange-drain tool." + `taler-exchange-drain` tool." in let debit_account_section = Arg.(required & opt (some string) None & info [ "debit_account_section" ])