]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
analyze: fix help message
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 15 May 2019 08:49:15 +0000 (17:49 +0900)
committerLennart Poettering <lennart@poettering.net>
Wed, 15 May 2019 13:09:45 +0000 (15:09 +0200)
src/analyze/analyze.c

index 09d26da0db46bbf5bea81e6e9add16abcc4bb998..e6bbb179dea6cdf3663562d6294c043f9be83e20 100644 (file)
@@ -1873,8 +1873,8 @@ static int help(int argc, char *argv[], void *userdata) {
                "     --require             Show only requirement in the graph\n"
                "     --from-pattern=GLOB   Show only origins in the graph\n"
                "     --to-pattern=GLOB     Show only destinations in the graph\n"
-               "     --fuzz=SECONDS        Also print also services which finished SECONDS\n"
-               "                           earlier than the latest in the branch\n"
+               "     --fuzz=SECONDS        Also print services which finished SECONDS earlier\n"
+               "                           than the latest in the branch\n"
                "     --man[=BOOL]          Do [not] check for existence of man pages\n"
                "     --generators[=BOOL]   Do [not] run unit generators (requires privileges)\n"
                "     --iterations=N        Show the specified number of iterations\n"