summaryrefslogtreecommitdiffstats
path: root/src/busctl/busctl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-10-29 21:13:51 +0100
committerLennart Poettering <lennart@poettering.net>2024-10-29 21:34:47 +0100
commit6e492ae98abd9500a4310653dec0c3fced66c7da (patch)
treedf3f5e4d165cdbd53cffbebada84b013ffc1b742 /src/busctl/busctl.c
parentimport: Draw progress bars (diff)
downloadsystemd-6e492ae98abd9500a4310653dec0c3fced66c7da.tar.xz
systemd-6e492ae98abd9500a4310653dec0c3fced66c7da.zip
busctl: minor tweak to help text for --limit-messages=
Diffstat (limited to '')
-rw-r--r--src/busctl/busctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/busctl/busctl.c b/src/busctl/busctl.c
index 047d655304..8971d8c28f 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,