aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/uboot-script-gen4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/uboot-script-gen b/scripts/uboot-script-gen
index 76d6fe8..b955269 100755
--- a/scripts/uboot-script-gen
+++ b/scripts/uboot-script-gen
@@ -277,8 +277,8 @@ function print_help
echo "where:"
echo " CONFIG_FILE - configuration file"
echo " UBOOT_TYPE can be:"
- echo " sd - alias for \"mmc load 0:1\" for uboot load commands"
- echo " scsi - alias for \"scsi load 0:1\" for uboot load commands"
+ echo " sd - alias for \"load mmc 0:1\" for uboot load commands"
+ echo " scsi - alias for \"load scsi 0:1\" for uboot load commands"
echo " tftp - alias for \"tftpb\" for uboot load cammnds"
echo " fit - creates a fit image with a boot script"
echo " fit_std - used for creating a standard fit image, not compatable with dom0less (not recommended)"