commands: unify newlines for options
The BAREBOX_CMD_HELP_OPT macro adds a newline to the string, but users
of the macro inconsistently add another newline resulting in empty
newlines for some commands, but not for others. Remove any newline in
the description and rely on BAREBOX_CMD_HELP_OPT for the formatting.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent ed9006f commit 747be0f2bbedcc3bc397ab8be289885ee24e0dbf
@Michael Tretter Michael Tretter authored on 4 Apr 2019
Sascha Hauer committed on 5 Apr 2019
Showing 6 changed files
View
commands/crc.c
View
commands/firmwareload.c
View
commands/of_display_timings.c
View
commands/of_dump.c
View
commands/of_fixup_status.c
View
commands/oftree.c