summaryrefslogtreecommitdiff
path: root/src/analyze/analyze.c
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/analyze/analyze.c
parent74c7b1ed052fc42d9841a5d83d310fa96124c47c (diff)
clients: try to follow roughly the same order in --help texts for common options
Diffstat (limited to 'src/analyze/analyze.c')
-rw-r--r--src/analyze/analyze.c4
1 files changed, 2 insertions, 2 deletions
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"