FIX: [uboot16] provide correct usage of shield commands
BugzID:49214
This commit is contained in:
parent
044eccc3cd
commit
23f8829780
|
|
@ -67,7 +67,7 @@ static int do_shieldmode(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv
|
|||
U_BOOT_CMD(
|
||||
shield, 6, 1, do_shieldmode,
|
||||
"Set the shield mode",
|
||||
"dualcan termination [on|off] [on|off]\n"
|
||||
"shield comio mode [rs232|rs485] termination [on|off]\n"
|
||||
"dualcan termination on|off on|off\n"
|
||||
"shield comio mode rs232|rs485 [termination on|off]\n"
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue