]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/flasher.c
removed support for s19 files in the flasher and replaced it
[proxmark3-svn] / client / flasher.c
index 3b5c1ad5fc742f6ac28c687d5c0eb39c722bd40b..a425023d0794c87507b493467a4775a00040a1c8 100644 (file)
@@ -30,7 +30,7 @@ static void usage(char **argv)
 
        fprintf(stderr, "\n");
        fprintf(stderr, "         image is the path to the corresponding image\n\n");
-       fprintf(stderr, "Example: %s os,fpga path/to/osimage.s19 path/to/fpgaimage.s19\n", argv[0]);
+       fprintf(stderr, "Example: %s os,fpga path/to/osimage.elf path/to/fpgaimage.elf\n", argv[0]);
 }
 
 int main(int argc, char **argv) {
Impressum, Datenschutz