test: rockchip: fix typo

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I5e22ffaa2fc1a07ca05a793f26e94dc06dad3fc4
This commit is contained in:
Joseph Chen 2020-01-15 14:02:37 +08:00
parent 408bf4b932
commit 3a5e7a93e8
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ static int cmd_groups_help(void)
printf("* Test Case:\n");
printf(" -.: normal item\n");
printf(" -n: noturen item\n");
printf(" -n: noreturn item\n");
printf(" -i: interactive item\n\n");
printf("* ALL:\n");

View File

@ -492,7 +492,7 @@ static char sub_cmd_help[] =
" [.] rktest part - test part list\n"
#endif
#ifdef CONFIG_USB_HOST
" [.] rktest usb - test usb disk\n"
" [.] rktest usb - test usb disk\n"
#endif
;