install_fw: [cosmetic] alphabetize script options
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
(cherry picked from commit fb349b10f7)
This commit is contained in:
parent
648b555dbd
commit
70476bb455
|
|
@ -32,6 +32,7 @@ show_usage()
|
|||
echo "Usage: $0 [options]"
|
||||
echo ""
|
||||
echo " Options:"
|
||||
echo " -d Install firmware on dualboot partitions (system A and system B)."
|
||||
echo " -h Show this help."
|
||||
echo " -i <dey-image-name> Image name that prefixes the image filenames, such as 'dey-image-qt', "
|
||||
echo " 'dey-image-webkit', 'core-image-base'..."
|
||||
|
|
@ -39,7 +40,6 @@ show_usage()
|
|||
echo " -n No wait. Skips 10 seconds delay to stop script."
|
||||
echo " -u <u-boot-filename> U-Boot filename."
|
||||
echo " Auto-determined by variant if not provided."
|
||||
echo " -d Install firmware on dualboot partitions (system A and system B)."
|
||||
exit 2
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ show_usage()
|
|||
echo "Usage: $0 [options]"
|
||||
echo ""
|
||||
echo " Options:"
|
||||
echo " -d Install firmware on dualboot partitions (system A and system B)."
|
||||
echo " -h Show this help."
|
||||
echo " -i <dey-image-name> Image name that prefixes the image filenames, such as 'dey-image-qt', "
|
||||
echo " 'dey-image-webkit', 'core-image-base'..."
|
||||
|
|
@ -39,7 +40,6 @@ show_usage()
|
|||
echo " -n No wait. Skips 10 seconds delay to stop script."
|
||||
echo " -u <u-boot-filename> U-Boot filename."
|
||||
echo " Auto-determined by variant if not provided."
|
||||
echo " -d Install firmware on dualboot partitions (system A and system B)."
|
||||
exit 2
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ show_usage()
|
|||
echo "Usage: $0 [options]"
|
||||
echo ""
|
||||
echo " Options:"
|
||||
echo " -d Install firmware on dualboot partitions (system A and system B)."
|
||||
echo " -h Show this help."
|
||||
echo " -i <dey-image-name> Image name that prefixes the image filenames, such as 'dey-image-qt', "
|
||||
echo " 'dey-image-webkit', 'core-image-base'..."
|
||||
|
|
@ -39,7 +40,6 @@ show_usage()
|
|||
echo " -n No wait. Skips 10 seconds delay to stop script."
|
||||
echo " -u <u-boot-filename> U-Boot filename."
|
||||
echo " Auto-determined by variant if not provided."
|
||||
echo " -d Install firmware on dualboot partitions (system A and system B)."
|
||||
exit 2
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ show_usage()
|
|||
echo "Usage: $0 [options]"
|
||||
echo ""
|
||||
echo " Options:"
|
||||
echo " -d Install firmware on dualboot partitions (system A and system B)."
|
||||
echo " -h Show this help."
|
||||
echo " -i <dey-image-name> Image name that prefixes the image filenames, such as 'dey-image-qt', "
|
||||
echo " 'dey-image-webkit', 'core-image-base'..."
|
||||
|
|
@ -39,7 +40,6 @@ show_usage()
|
|||
echo " -n No wait. Skips 10 seconds delay to stop script."
|
||||
echo " -u <u-boot-filename> U-Boot filename."
|
||||
echo " Auto-determined by variant if not provided."
|
||||
echo " -d Install firmware on dualboot partitions (system A and system B)."
|
||||
exit 2
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ show_usage()
|
|||
echo "Usage: $0 [options]"
|
||||
echo ""
|
||||
echo " Options:"
|
||||
echo " -d Install firmware on dualboot partitions (system A and system B)."
|
||||
echo " -h Show this help."
|
||||
echo " -i <dey-image-name> Image name that prefixes the image filenames, such as 'dey-image-qt', "
|
||||
echo " 'dey-image-webkit', 'core-image-base'..."
|
||||
|
|
@ -39,7 +40,6 @@ show_usage()
|
|||
echo " -n No wait. Skips 10 seconds delay to stop script."
|
||||
echo " -u <u-boot-filename> U-Boot filename."
|
||||
echo " Auto-determined by variant if not provided."
|
||||
echo " -d Install firmware on dualboot partitions (system A and system B)."
|
||||
exit 2
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ show_usage()
|
|||
echo "Usage: $0 [options]"
|
||||
echo ""
|
||||
echo " Options:"
|
||||
echo " -d Install firmware on dualboot partitions (system A and system B)."
|
||||
echo " -h Show this help."
|
||||
echo " -i <dey-image-name> Image name that prefixes the image filenames, such as 'dey-image-qt', "
|
||||
echo " 'dey-image-webkit', 'core-image-base'..."
|
||||
|
|
@ -39,7 +40,6 @@ show_usage()
|
|||
echo " -n No wait. Skips 10 seconds delay to stop script."
|
||||
echo " -u <u-boot-filename> U-Boot filename."
|
||||
echo " Auto-determined by variant if not provided."
|
||||
echo " -d Install firmware on dualboot partitions (system A and system B)."
|
||||
exit 2
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ show_usage()
|
|||
echo " Options:"
|
||||
echo " -a <atf-filename> Arm-trusted-firmware filename."
|
||||
echo " Auto-determined by variant if not provided."
|
||||
echo " -d Install firmware on dualboot partitions (system A and system B)."
|
||||
echo " -f <fip-filename> FIP filename."
|
||||
echo " Auto-determined by variant if not provided."
|
||||
echo " -h Show this help."
|
||||
|
|
@ -47,7 +48,6 @@ show_usage()
|
|||
echo " 'dey-image-webkit', 'core-image-base'..."
|
||||
echo " Defaults to '##DEFAULT_IMAGE_NAME##' if not provided."
|
||||
echo " -n No wait. Skips 10 seconds delay to stop script."
|
||||
echo " -d Install firmware on dualboot partitions (system A and system B)."
|
||||
exit 2
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue