From 0644dfde1f691df65851940738aad522857b71aa Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 23 Mar 2025 19:25:39 +0100 Subject: Clean up MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/config.c') diff --git a/src/config.c b/src/config.c index dc6e47c..5261c10 100644 --- a/src/config.c +++ b/src/config.c @@ -756,7 +756,7 @@ load_from_cmdline(struct settings *settings, int argc, char *argv[]) /* Print provider help if arg is `help'. */ if (settings->provider_args && !strcasecmp(settings->provider_args, "help")) { - settings->provider->print_help(stdout); + settings->provider->print_help(); exit(0); } break; @@ -782,7 +782,7 @@ load_from_cmdline(struct settings *settings, int argc, char *argv[]) /* Print method help if arg is `help'. */ if (settings->method_args && !strcasecmp(settings->method_args, "help")) { - settings->method->print_help(stdout); + settings->method->print_help(); exit(0); } break; -- cgit v1.2.3-70-g09d2