summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
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"