analyze: add missing --help text entries

This commit is contained in:
Lennart Poettering 2013-04-08 19:42:02 +02:00
parent fbc15b7663
commit f5b7a3fb53

View file

@ -784,7 +784,10 @@ static void analyze_help(void)
" --system Connect to system manager\n"
" --user Connect to user service manager\n"
" --order When generating a dependency graph, show only order\n"
" --require When generating a dependency graph, show only requirement\n\n"
" --require When generating a dependency graph, show only requirement\n"
" --from-pattern=GLOB, --to-pattern=GLOB\n"
" When generating a dependency graph, filter only origins\n"
" or destinations, respectively\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"