journal-remote: suffix cmdline option that expects arg with =

This commit is contained in:
Lennart Poettering 2020-11-04 20:24:57 +01:00
parent ce82de671f
commit c61f46fe31
1 changed files with 1 additions and 1 deletions

View File

@ -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;