From cd614b8f40996335bacee97b176ad91498e88a43 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Tue, 24 Jan 2012 11:51:04 +0100 Subject: defaultenv: update: add nfs support Signed-off-by: Marc Kleine-Budde Signed-off-by: Sascha Hauer --- defaultenv/bin/_update_help | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'defaultenv/bin/_update_help') diff --git a/defaultenv/bin/_update_help b/defaultenv/bin/_update_help index 92d677234a..3b7ad23703 100644 --- a/defaultenv/bin/_update_help +++ b/defaultenv/bin/_update_help @@ -7,8 +7,8 @@ echo "options" echo " -c to check the crc32 for the image and flashed one" echo "" echo "default mode is tftp" -echo "type update -t kernel -d [-m tftp|xmodem] [-f imagename] to update kernel into flash" -echo "type update -t rootfs -d [-m tftp|xmodem] [-f imagename] to update rootfs into flash" -echo "type update -t barebox -d [-m tftp|xmodem] [-f imagename] to update barebox into flash" -echo "type update -t bareboxenv -d [-m tftp|xmodem] [-f imagename] to update bareboxenv into flash" -echo "type update -t xload -d [-m tftp|xmodem] [-f imagename] to update xload into flash" +echo "type update -t kernel -d [-m tftp|xmodem|nfs] [-f imagename] to update kernel into flash" +echo "type update -t rootfs -d [-m tftp|xmodem|nfs] [-f imagename] to update rootfs into flash" +echo "type update -t barebox -d [-m tftp|xmodem|nfs] [-f imagename] to update barebox into flash" +echo "type update -t bareboxenv -d [-m tftp|xmodem|nfs] [-f imagename] to update bareboxenv into flash" +echo "type update -t xload -d [-m tftp|xmodem|nfs] [-f imagename] to update xload into flash" -- cgit v1.2.3