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/analyze/analyze.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/analyze/analyze.c') diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c index 715ad73ff9..4637424d62 100644 --- a/src/analyze/analyze.c +++ b/src/analyze/analyze.c @@ -1157,6 +1157,7 @@ static int help(void) { "Process systemd profiling information.\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 manager\n" " --user Connect to user manager\n" " -H --host=[USER@]HOST Operate on remote host\n" @@ -1169,8 +1170,7 @@ static int help(void) { " --fuzz=TIMESPAN When printing the tree of the critical chain, print also\n" " services, which finished TIMESPAN earlier, than the\n" " latest in the branch. The unit of TIMESPAN is seconds\n" - " unless specified with a different unit, i.e. 50ms\n" - " --no-pager Do not pipe output into a pager\n\n" + " unless specified with a different unit, i.e. 50ms\n\n" "Commands:\n" " time Print time spent in the kernel before reaching userspace\n" " blame Print list of running units ordered by time to init\n" -- cgit v1.2.3-54-g00ecf