openrc: fix help messages

The two lines seem to both belong to --override, but made into seperate
array elements accidentally, making options after --override and their
help mismatch. This fixes it.
This commit is contained in:
xdavidwu 2022-07-20 15:48:23 +08:00 committed by Mike Frysinger
parent 14b153c1a4
commit 95dc83bfbc

View File

@ -64,8 +64,7 @@ const struct option longopts[] = {
};
const char * const longopts_help[] = {
"do not stop any services",
"override the next runlevel to change into\n",
"when leaving single user or boot runlevels",
"override the next runlevel to change into\nwhen leaving single user or boot runlevels",
"runs the service specified with the rest\nof the arguments",
"output the RC system type, if any",
longopts_help_COMMON