From ac90743fe0ecb9cd5fea394c75cf2d51f84136ce Mon Sep 17 00:00:00 2001 From: Tomasz Kłoczko Date: Nov 04 2017 10:06:20 +0000 Subject: - add use more tabs in usage() and sort alphabetically options. --- diff --git a/arm-image-installer b/arm-image-installer index 9399e35..cc735c3 100644 --- a/arm-image-installer +++ b/arm-image-installer @@ -12,20 +12,19 @@ usage() { echo " Usage: $(basename ${0}) - --image=IMAGE - xz compressed image file name - --target=TARGET - target board - --media=DEVICE - media device file (/dev/[sdX|mmcblkX]) - --norootpass - Remove the root password - -y - Assumes yes, will not wait for confirmation - --version - Display version and exit - --resizefs - Resize root filesystem to fill media device - --addconsole - Add system console to extlinux.conf - --addkey= - /path/to/ssh-public-key - --supported - List of supported hardware + --addconsole - Add system console to extlinux.conf + --addkey= - /path/to/ssh-public-key + --image=IMAGE - xz compressed image file name + --media=DEVICE - media device file (/dev/[sdX|mmcblkX]) + --norootpass - Remove the root password + --resizefs - Resize root filesystem to fill media device + --supported - List of supported hardware + --target=TARGET - target board + --version - Display version and exit + -y - Assumes yes, will not wait for confirmation Example: $(basename ${0}) --image=Fedora-Rawhide.xz --target=Bananapi --media=/dev/mmcblk0 - " } diff --git a/update-uboot b/update-uboot index 14c8696..0104fdb 100644 --- a/update-uboot +++ b/update-uboot @@ -10,9 +10,9 @@ usage() { echo " Usage: $(basename ${0}) - --target=TARGET - target board - --media=DEVICE - media device file (/dev/[sdX|mmcblkX]) - --tag=KOJI TAG - koji tag to download build + --media=DEVICE - media device file (/dev/[sdX|mmcblkX]) + --tag=KOJI TAG - koji tag to download build + --target=TARGET - target board Example: $(basename ${0}) --target=panda --media=/dev/mmcblk0