From a86a47ce1f63476631635fbcbc10af8877172114 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 7 Nov 2013 21:31:13 +0100 Subject: clients: try to follow roughly the same order in --help texts for common options --- src/libsystemd-bus/busctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libsystemd-bus/busctl.c') 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", -- cgit v1.2.3-54-g00ecf