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:
parent
14b153c1a4
commit
95dc83bfbc
@ -64,8 +64,7 @@ const struct option longopts[] = {
|
|||||||
};
|
};
|
||||||
const char * const longopts_help[] = {
|
const char * const longopts_help[] = {
|
||||||
"do not stop any services",
|
"do not stop any services",
|
||||||
"override the next runlevel to change into\n",
|
"override the next runlevel to change into\nwhen leaving single user or boot runlevels",
|
||||||
"when leaving single user or boot runlevels",
|
|
||||||
"runs the service specified with the rest\nof the arguments",
|
"runs the service specified with the rest\nof the arguments",
|
||||||
"output the RC system type, if any",
|
"output the RC system type, if any",
|
||||||
longopts_help_COMMON
|
longopts_help_COMMON
|
||||||
|
Loading…
Reference in New Issue
Block a user