From: Lennart Poettering Date: Tue, 29 Oct 2024 20:13:51 +0000 (+0100) Subject: busctl: minor tweak to help text for --limit-messages= X-Git-Tag: v257-rc1~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e492ae98abd9500a4310653dec0c3fced66c7da;p=thirdparty%2Fsystemd.git busctl: minor tweak to help text for --limit-messages= --- 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,