more than one optional file can be specified

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1465 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Arnim Läuger 16 years ago
parent 4349404e81
commit aa6224f709

@ -1,5 +1,7 @@
2009-03-27 Arnim Laeuger <arniml>
* src/jtag.c: more than one optional file can be specified
* src/flash/jedec.c: fix memory corruption from jedec code (Jon Smirl)
2009-03-26 Arnim Laeuger <arniml>

@ -356,7 +356,7 @@ main( int argc, char *const argv[] )
printf (_("%s #%s\n"), PACKAGE_STRING, SVN_REVISION);
printf ("\n");
printf (_("Usage: %s [OPTION] [FILE]\n"), "jtag");
printf (_("Usage: %s [OPTIONS] [FILE [FILE ... ]] \n"), "jtag");
printf ("\n");
printf (_(" -h, --help display this help and exit\n"));

Loading…
Cancel
Save