From: Timo Wilken Date: Thu, 5 Dec 2019 18:36:57 +0000 (+0000) Subject: Fix typo (duplicate "or") X-Git-Tag: v245-rc1~305^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab4fae0c8c3fae4d3d67bf6e1176bbda1dfa208e;p=thirdparty%2Fsystemd.git Fix typo (duplicate "or") This fixes a double "or" in the text of `systemctl --help`. --- diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index fe6595dcf32..6a0e59a4d76 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"