X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fanalyze%2Fanalyze.c;h=b8b47ed3963ee3a3fbf8953c951202595ab9b086;hp=d0bf01468a36b0f46d1aed412a51a428b0da23fa;hb=6a41c9e288fc9483aa98151338501f7654c229b6;hpb=601185b43da638b1c74153deae01dbd518680889 diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c index d0bf01468..b8b47ed39 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 @@ -1346,7 +1346,7 @@ int main(int argc, char *argv[]) { arg_user ? SYSTEMD_USER : SYSTEMD_SYSTEM, arg_man); else { - _cleanup_bus_unref_ sd_bus *bus = NULL; + _cleanup_bus_close_unref_ sd_bus *bus = NULL; r = bus_open_transport_systemd(arg_transport, arg_host, arg_user, &bus); if (r < 0) {