diff options
Diffstat (limited to 'common/cmd_diag.c')
| -rw-r--r-- | common/cmd_diag.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_diag.c b/common/cmd_diag.c index c2a617547..0436c492f 100644 --- a/common/cmd_diag.c +++ b/common/cmd_diag.c @@ -72,5 +72,5 @@ U_BOOT_CMD(  	"         - print information about specified tests\n"  	"diag run - run all available tests\n"  	"diag run [test1 [test2]]\n" -	"         - run specified tests\n" +	"         - run specified tests"  ); |