From: Seung-Woo Kim Date: Wed, 2 Aug 2017 09:34:08 +0000 (+0900) Subject: cmd: nfsdown: update usage description X-Git-Tag: submit/tizen/20170808.230223~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb998915481e2c442e935f42d260ecdffe61bf67;p=platform%2Fkernel%2Fu-boot.git cmd: nfsdown: update usage description The nfsdown has optional argument part for server ip address and precondition to use nfs command but it is not described from command usage. Update nfsdown usage description with required steps and optional argument part. Change-Id: I16e941ef386e1301f4e1581956e1b0b06dc33246 Signed-off-by: Seung-Woo Kim --- diff --git a/cmd/nfsdown.c b/cmd/nfsdown.c index bd31a7a230..36ea97469b 100644 --- a/cmd/nfsdown.c +++ b/cmd/nfsdown.c @@ -438,9 +438,11 @@ error_end: U_BOOT_CMD(nfsdown, CONFIG_SYS_MAXARGS, 1, do_nfs_down, "TIZEN \"nfs\" downloader", - ":\n" + "[:]\n" " - device firmware upgrade via nfs for Tizen\n" " fusing images from : to MMC.\n" + " - required to set env for ipaddr, serverip, gatewayip,\n" + " and netmask.\n" "\n" "(e.g) nfsdown 192.168.0.1:/nfs\n" );