FIX: [uboot16] provide correct usage of shield commands

BugzID:49214
This commit is contained in:
Marcel Reichmuth 2018-08-06 09:04:17 +02:00 committed by Moritz Rosenthal
parent 044eccc3cd
commit 23f8829780
1 changed files with 2 additions and 2 deletions

View File

@ -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"
);