mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2024-11-01 09:24:05 +02:00
tools/antorcha.c (usage): document image upload syntax
This commit is contained in:
parent
c6fc8190de
commit
bafdc8c563
@ -279,8 +279,10 @@ static void image(struct atrf_dsc *dsc, const char *name)
|
|||||||
static void usage(const char *name)
|
static void usage(const char *name)
|
||||||
{
|
{
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"usage: %s -F firmware_file\n"
|
"usage: %s image_file\n"
|
||||||
"%6s %s -P\n", name, "", name);
|
"%6s %s -F firmware_file\n"
|
||||||
|
"%6s %s -P\n"
|
||||||
|
, name, "", name, "", name);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user