From 1c95d28cdeebd58f8fddbdf055fbc5a7408e4e88 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 2 Nov 2021 22:25:43 +0200 Subject: [PATCH] config: fix --terminate help display There is no parameter --- mu/mu-config.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu/mu-config.cc b/mu/mu-config.cc index 41f48a55..0b99ff29 100644 --- a/mu/mu-config.cc +++ b/mu/mu-config.cc @@ -538,7 +538,7 @@ config_options_group_view() G_OPTION_ARG_NONE, &MU_CONFIG.terminator, "terminate messages with ascii-0x07 (\\f, form-feed)", - ""}, + NULL}, {"format", 'o', 0,