9
0
Fork 0

dhrystone: Fix documentation

BAREBOX_CMD_HELP_TEXT may not contain a linebreak.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2015-08-20 15:10:32 +02:00
parent 3086fd8bb4
commit f38ba32965
1 changed files with 1 additions and 2 deletions

View File

@ -432,8 +432,7 @@ again:
}
BAREBOX_CMD_HELP_START(dhrystone)
BAREBOX_CMD_HELP_TEXT(
"this command runs the dhrystone benchmark to get an estimation of the CPU freq")
BAREBOX_CMD_HELP_TEXT("Run dhrystone benchmark to get an estimation of the CPU freq")
BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(dhrystone)