From 99a7386a9e00a9b79e1f220efb2ebdf06ca21f44 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Mon, 17 Mar 2025 00:26:45 +0100 Subject: [PATCH] run: "trigger" consists of more than timer units --- src/run/run.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run/run.c b/src/run/run.c index acec362a40b..7d66590b349 100644 --- a/src/run/run.c +++ b/src/run/run.c @@ -764,7 +764,7 @@ static int parse_argv(int argc, char *argv[]) { if (arg_stdio != ARG_STDIO_NONE) { if (with_trigger || arg_scope) return log_error_errno(SYNTHETIC_ERRNO(EINVAL), - "--pty/--pty-late/--pipe is not compatible in timer or --scope mode."); + "--pty/--pty-late/--pipe is not compatible in trigger (path/socket/timer units) or --scope mode."); if (arg_transport == BUS_TRANSPORT_REMOTE) return log_error_errno(SYNTHETIC_ERRNO(EINVAL), -- 2.47.3