summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-11-07 21:31:13 +0100
committerLennart Poettering <lennart@poettering.net>2013-11-07 21:31:13 +0100
commita86a47ce1f63476631635fbcbc10af8877172114 (patch)
tree0cd7a6de7a631df92a744593e1e3d906b69b7a8c /src/libsystemd-bus
parent74c7b1ed052fc42d9841a5d83d310fa96124c47c (diff)
clients: try to follow roughly the same order in --help texts for common options
Diffstat (limited to 'src/libsystemd-bus')
-rw-r--r--src/libsystemd-bus/busctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsystemd-bus/busctl.c b/src/libsystemd-bus/busctl.c
index 717b91120e..895dd03971 100644
--- a/src/libsystemd-bus/busctl.c
+++ b/src/libsystemd-bus/busctl.c
@@ -183,14 +183,14 @@ static int help(void) {
"Introspect the bus.\n\n"
" -h --help Show this help\n"
" --version Show package version\n"
+ " --no-pager Do not pipe output into a pager\n"
" --system Connect to system bus\n"
" --user Connect to user bus\n"
" -H --host=[USER@]HOST Operate on remote host\n"
" -M --machine=CONTAINER Operate on local container\n"
" --address=ADDRESS Connect to bus specified by address\n"
" --no-unique Only show well-known names\n"
- " --match=MATCH Only show matching messages\n"
- " --no-pager Do not pipe output into a pager\n\n"
+ " --match=MATCH Only show matching messages\n\n"
"Commands:\n"
" list List bus names\n"
" monitor [SERVICE...] Show bus traffic\n",