]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Merge pull request #14258 from TimoWilken/patch-1
authorAnita Zhang <the.anitazha@gmail.com>
Thu, 5 Dec 2019 18:55:20 +0000 (10:55 -0800)
committerGitHub <noreply@github.com>
Thu, 5 Dec 2019 18:55:20 +0000 (10:55 -0800)
Fix typo (duplicate "or")

src/systemctl/systemctl.c

index fe6595dcf3293740d64108d03586e1f629d07d69..6a0e59a4d76cdabd48004109c0cff087c8f497b1 100644 (file)
@@ -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"