base-files: fix rc.common help alignment
authorFlorian Eckert <fe@dev.tdt.de>
Fri, 24 Jul 2020 06:44:03 +0000 (08:44 +0200)
committerHans Dedecker <dedeckeh@gmail.com>
Mon, 2 Nov 2020 20:32:38 +0000 (21:32 +0100)
commit1a69f50dc627f6fc5860f871edec357cc0a187e6
tree695613f7d3d846e14cb6826cab0099f581dcee9b
parent54fad3f32b06d27edb6419eeefa6e93f8b3846fa
base-files: fix rc.common help alignment

This commit introduces a new function `extra_command` to better format
the help text without having to calculate the indentation in every startup
script that wants to add a new command. So far it looks weird and is not
formatted correctly on some startup scripts.

After using the new `extra_command` wrapper the alignement looks correctly.

And if the indentation is not sufficient in the future, this can be
changed in the function extra_command at a central location.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
package/base-files/Makefile
package/base-files/files/etc/rc.common