From 23f88297804e65437a7910c15c55196de930846c Mon Sep 17 00:00:00 2001 From: Marcel Reichmuth Date: Mon, 6 Aug 2018 09:04:17 +0200 Subject: [PATCH] FIX: [uboot16] provide correct usage of shield commands BugzID:49214 --- board/nm/netbird_v2/shield.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/nm/netbird_v2/shield.c b/board/nm/netbird_v2/shield.c index 97f1394a9d..6a06d05765 100644 --- a/board/nm/netbird_v2/shield.c +++ b/board/nm/netbird_v2/shield.c @@ -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" );