From: Lennart Poettering Date: Tue, 26 Dec 2017 15:01:49 +0000 (+0100) Subject: analyze: correct help text where we take unit name arguments X-Git-Tag: v237~169^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc6695ec7e602f76523342d6e211dea56d092836;p=platform%2Fupstream%2Fsystemd.git analyze: correct help text where we take unit name arguments --- diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c index ae635f0..93bc9c0 100644 --- a/src/analyze/analyze.c +++ b/src/analyze/analyze.c @@ -1545,9 +1545,9 @@ static int help(int argc, char *argv[], void *userdata) { "Commands:\n" " time Print time spent in the kernel\n" " blame Print list of running units ordered by time to init\n" - " critical-chain Print a tree of the time critical chain of units\n" + " critical-chain [UNIT...] Print a tree of the time critical chain of units\n" " plot Output SVG graphic showing service initialization\n" - " dot Output dependency graph in man:dot(1) format\n" + " dot [UNIT...] Output dependency graph in man:dot(1) format\n" " set-log-level LEVEL Set logging threshold for manager\n" " set-log-target TARGET Set logging target for manager\n" " get-log-level Get logging threshold for manager\n"