X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fanalyze%2Fanalyze.c;h=4637424d628b4f33ff4ce9d43bf7cb39cfdccd99;hb=a86a47ce1f63476631635fbcbc10af8877172114;hp=715ad73ff9e53ef6866e59aa18f63ef38b0e9467;hpb=74c7b1ed052fc42d9841a5d83d310fa96124c47c;p=elogind.git diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c index 715ad73ff..4637424d6 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"