- fprintf(stderr,"\t-d\t\tdisplay all properties of the image\n");
- fprintf(stderr,"\t-u\t\tupdate checksum of the image\n");
- fprintf(stderr,"\t-b\t\tmodify BOARD_DESCRIPTION for more power-switch options\n");
- fprintf(stderr,"\t-e\t\textract files in firmware\n");
- fprintf(stderr,"\t-t property\tset 'property' to true\n");
- fprintf(stderr,"\t-f property\tset 'property' to false\n");
- fprintf(stderr,"\t-w property\tallow read-write access to 'property'\n");
- fprintf(stderr,"\t-r property\tallow read-only access to 'property'\n");
+ fprintf(stderr,"\t-d\t\t\tdisplay all properties of the image\n");
+ fprintf(stderr,"\t-u\t\t\tupdate checksum of the image\n");
+ fprintf(stderr,"\t-b\t\t\tmodify BOARD_DESCRIPTION for more power-switch options\n");
+ fprintf(stderr,"\t-e\t\t\textract files in firmware\n");
+ fprintf(stderr,"\t-l\t\t\tlist files in firmware\n");
+ fprintf(stderr,"\t-t property\t\tset 'property' to true\n");
+ fprintf(stderr,"\t-f property\t\tset 'property' to false\n");
+ fprintf(stderr,"\t-w property\t\tallow read-write access to 'property'\n");
+ fprintf(stderr,"\t-r property\t\tallow read-only access to 'property'\n");
+ fprintf(stderr,"\t-x fw_file=local_file\treplace or add fw_file with content of local_file\n");