From cfaea44f475b7425cc45bec05ef6f58f41d98321 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 29 Sep 2025 02:17:47 +0200 Subject: mention both mailing list and personal mail in `sciteco --help` --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index a4ee7bd..b615e78 100644 --- a/src/main.c +++ b/src/main.c @@ -169,7 +169,7 @@ teco_process_options(gchar ***argv) g_option_context_set_description( options, "Bug reports should go to <" PACKAGE_BUGREPORT "> or " - "<" PACKAGE_URL ">." + "." ); g_option_context_add_main_entries(options, option_entries, NULL); -- cgit v1.2.3