runsv: run ./finish with parameters (runit compat)
[oweals/busybox.git] / shell / lash_unused.c
index 90b1f56cf3ed59e9be5123312c5cbf009fe4785a..2574987c5c07aa6be30ed3b083905a0ebeb16b4c 100644 (file)
@@ -312,8 +312,9 @@ static int builtin_help(struct child_prog UNUSED_PARAM *dummy)
 {
        const struct built_in_command *x;
 
-       printf("\nBuilt-in commands:\n"
-              "-------------------\n");
+       printf(
+               "Built-in commands:\n"
+               "------------------\n");
        for (x = bltins; x <= &VEC_LAST(bltins); x++) {
                if (x->descr == NULL)
                        continue;