s5pc1xx: modem: set correct help message
authorMinkyu Kang <mk7.kang@samsung.com>
Mon, 12 Oct 2009 10:36:13 +0000 (19:36 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 12 Oct 2009 10:36:13 +0000 (19:36 +0900)
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
board/samsung/universal/modem_boot.c

index efc1f61..30dba4a 100644 (file)
@@ -482,7 +482,6 @@ void LoadCPImage(void)
 }
 
 U_BOOT_CMD(modem,      CONFIG_SYS_MAXARGS,     1,      do_modem,
-       "Modem init\n",
-       "info [l[ayout]]"
-               " - Display volume and ubi layout information\n"
+       "initialize the Modem",
+       "on"
 );