analyze: correct help text where we take unit name arguments

This commit is contained in:
Lennart Poettering 2017-12-26 16:01:49 +01:00
parent 8486c92394
commit bc6695ec7e
1 changed files with 2 additions and 2 deletions

View File

@ -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"