From 6e492ae98abd9500a4310653dec0c3fced66c7da Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 29 Oct 2024 21:13:51 +0100 Subject: [PATCH] busctl: minor tweak to help text for --limit-messages= --- src/busctl/busctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/busctl/busctl.c b/src/busctl/busctl.c index 047d655304d..8971d8c28fc 100644 --- a/src/busctl/busctl.c +++ b/src/busctl/busctl.c @@ -2508,8 +2508,8 @@ static int help(void) { " system\n" " --destination=SERVICE Destination service of a signal\n" " -N --limit-messages=NUMBER\n" - " Exit after receiving a number of matches while\n" - " monitoring\n" + " Stop monitoring after receiving the specified number\n" + " of messages\n" "\nSee the %2$s for details.\n", program_invocation_short_name, link, -- 2.47.3