test: rockchip: fix typo
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I5e22ffaa2fc1a07ca05a793f26e94dc06dad3fc4
This commit is contained in:
parent
408bf4b932
commit
3a5e7a93e8
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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
|
||||
;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue