summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--board/pcm038/env/bin/init4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/pcm038/env/bin/init b/board/pcm038/env/bin/init
index c38b5ada82..3bfd194913 100644
--- a/board/pcm038/env/bin/init
+++ b/board/pcm038/env/bin/init
@@ -28,8 +28,8 @@ echo -n "Hit any key to stop autoboot: "
timeout -a $autoboot_timeout
if [ $? != 0 ]; then
echo
- echo "type update_kernel [<imagename>] to update kernel into flash"
- echo "type update_root [<imagename>] to update rootfs into flash"
+ echo "type update_kernel nand|nor [<imagename>] to update kernel into flash"
+ echo "type update_root nand|nor [<imagename>] to update rootfs into flash"
echo
exit
fi