summaryrefslogtreecommitdiff
path: root/src/analyze
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-05-15 17:49:15 +0900
committerLennart Poettering <lennart@poettering.net>2019-05-15 15:09:45 +0200
commit80a8a7fb20093e545911cea460bbee0427720f77 (patch)
tree771341b57a679f74af75a97e13b9cc424f0df9cf /src/analyze
parent63ea8032f28052f7cda860e5324c0a83dee7ed23 (diff)
downloadsystemd-80a8a7fb20093e545911cea460bbee0427720f77.tar.gz
analyze: fix help message
Diffstat (limited to 'src/analyze')
-rw-r--r--src/analyze/analyze.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c
index 09d26da0db..e6bbb179de 100644
--- a/src/analyze/analyze.c
+++ b/src/analyze/analyze.c
@@ -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"