diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-08-14 16:36:18 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-08-14 16:36:32 +0200 |
commit | 6a41c9e288fc9483aa98151338501f7654c229b6 (patch) | |
tree | 6c1f97ffab9b53445126289f9c0816b9d8d6a67f /src/analyze/analyze.c | |
parent | 4d8ddba9d71e51356cc9488f906b8fef89c60c23 (diff) |
analyze: some fixes to the --help text
Diffstat (limited to 'src/analyze/analyze.c')
-rw-r--r-- | src/analyze/analyze.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c index fdbce7cda8..b8b47ed396 100644 --- a/src/analyze/analyze.c +++ b/src/analyze/analyze.c @@ -1201,8 +1201,8 @@ static void 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\n" - " --no-man Do not check for existence of man pages\n" + " unless specified with a different unit, i.e. 50ms\n" + " --no-man Do not check for existence of man pages\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" @@ -1211,7 +1211,7 @@ static void help(void) { " dot Output dependency graph in dot(1) format\n" " set-log-level LEVEL Set logging threshold for systemd\n" " dump Output state serialization of service manager\n" - " verify Check unit files for correctness\n" + " verify FILE... Check unit files for correctness\n" , program_invocation_short_name); /* When updating this list, including descriptions, apply |