Merge pull request #14258 from TimoWilken/patch-1

Fix typo (duplicate "or")
This commit is contained in:
Anita Zhang 2019-12-05 10:55:20 -08:00 committed by GitHub
commit a0b7f19876
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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"