summaryrefslogtreecommitdiffstats
path: root/defaultenv/bin/_update_help
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2012-01-24 11:51:04 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-01-25 18:11:45 +0100
commitcd614b8f40996335bacee97b176ad91498e88a43 (patch)
tree4a7bfec3fa59df08cca891a9c8f736ce2c638b89 /defaultenv/bin/_update_help
parent957535c66fb6dca37c226c440502bddb71aac209 (diff)
downloadbarebox-cd614b8f40996335bacee97b176ad91498e88a43.tar.gz
barebox-cd614b8f40996335bacee97b176ad91498e88a43.tar.xz
defaultenv: update: add nfs support
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'defaultenv/bin/_update_help')
-rw-r--r--defaultenv/bin/_update_help10
1 files changed, 5 insertions, 5 deletions
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 <nor|nand|disk> [-m tftp|xmodem] [-f imagename] to update kernel into flash"
-echo "type update -t rootfs -d <nor|nand> [-m tftp|xmodem] [-f imagename] to update rootfs into flash"
-echo "type update -t barebox -d <nor|nand> [-m tftp|xmodem] [-f imagename] to update barebox into flash"
-echo "type update -t bareboxenv -d <nor|nand> [-m tftp|xmodem] [-f imagename] to update bareboxenv into flash"
-echo "type update -t xload -d <nor|nand> [-m tftp|xmodem] [-f imagename] to update xload into flash"
+echo "type update -t kernel -d <nor|nand|disk> [-m tftp|xmodem|nfs] [-f imagename] to update kernel into flash"
+echo "type update -t rootfs -d <nor|nand> [-m tftp|xmodem|nfs] [-f imagename] to update rootfs into flash"
+echo "type update -t barebox -d <nor|nand> [-m tftp|xmodem|nfs] [-f imagename] to update barebox into flash"
+echo "type update -t bareboxenv -d <nor|nand> [-m tftp|xmodem|nfs] [-f imagename] to update bareboxenv into flash"
+echo "type update -t xload -d <nor|nand> [-m tftp|xmodem|nfs] [-f imagename] to update xload into flash"