diff --git a/commands/dhrystone.c b/commands/dhrystone.c index 203acce94..f6772267b 100644 --- a/commands/dhrystone.c +++ b/commands/dhrystone.c @@ -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)