summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken <timo.21.wilken@gmail.com>2019-12-05 18:36:57 +0000
committerGitHub <noreply@github.com>2019-12-05 18:36:57 +0000
commitab4fae0c8c3fae4d3d67bf6e1176bbda1dfa208e (patch)
tree4569e33ce2d4bb1b05baa2359baa759cc9ee83e5
parent9142bbd19c932e9fd248f613abfc39fad66e9f23 (diff)
downloadsystemd-ab4fae0c8c3fae4d3d67bf6e1176bbda1dfa208e.tar.gz
Fix typo (duplicate "or")
This fixes a double "or" in the text of `systemctl --help`.
-rw-r--r--src/systemctl/systemctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index fe6595dcf3..6a0e59a4d7 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@ -7859,7 +7859,7 @@ static int systemctl_help(void) {
" isolate UNIT Start one unit and stop all others\n"
" kill UNIT... Send signal to processes of a unit\n"
" clean UNIT... Clean runtime, cache, state, logs or\n"
- " or configuration of unit\n"
+ " configuration of unit\n"
" is-active PATTERN... Check whether units are active\n"
" is-failed PATTERN... Check whether units are failed\n"
" status [PATTERN...|PID...] Show runtime status of one or more units\n"