summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-06-23 17:01:48 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-06-23 17:01:48 +0200
commit2110196958579fd26112ed358106edb2ef952b19 (patch)
treea60e1c0a48ebd3821702b57945680beb245fa968 /src/main.c
parent9195f3c7dadd3dd630884d7532cf977c2506ba98 (diff)
download0xFFFF-2110196958579fd26112ed358106edb2ef952b19.tar.bz2
Fiasco image: Allow to specify device string without hw revision (then image is valid for all hw revisions). Generating images should be complete!
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index ae33d2e..b2196a6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -112,9 +112,9 @@ void show_usage()
printf ("Image specification:\n"
" -p [arg] specify normal image\n"
- " arg is [[[dev:hw:]ver:]type:]file[%%layout]\n"
+ " arg is [[[dev:[hw:]]ver:]type:]file[%%layout]\n"
" hw is device HW revision\n"
- " dev is device string\n"
+ " dev is device name string\n"
" ver is image version string\n"
" type is image type\n"
" file is image file name\n"
@@ -169,9 +169,9 @@ void show_usage()
" -i show device information (let standby mode)\n"
" -l list supported usb device ids\n"
" -p format piece-of-firmware\n"
- " piece format: [[[[dev:hw:]ver:]type:]file[%%layout]\n"
+ " piece format: [[[[dev:[hw:]]ver:]type:]file[%%layout]\n"
" hw is device HW revision\n"
- " dev is device string\n"
+ " dev is device name string\n"
" ver is image version string\n"
" type is image type\n"
" file is image file name\n"