From: Lennart Poettering Date: Wed, 4 Nov 2020 19:24:57 +0000 (+0100) Subject: journal-remote: suffix cmdline option that expects arg with = X-Git-Tag: v248-rc1~615^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c61f46fe3142e8b2fee48c845339bd82e29df085;p=thirdparty%2Fsystemd.git journal-remote: suffix cmdline option that expects arg with = --- diff --git a/src/journal-remote/journal-gatewayd.c b/src/journal-remote/journal-gatewayd.c index 15d5b15eaa7..362c61203a3 100644 --- a/src/journal-remote/journal-gatewayd.c +++ b/src/journal-remote/journal-gatewayd.c @@ -929,7 +929,7 @@ static int parse_argv(int argc, char *argv[]) { break; #else return log_error_errno(SYNTHETIC_ERRNO(EINVAL), - "Option --trust is not available."); + "Option --trust= is not available."); #endif case 'D': arg_directory = optarg;