X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6e4d4ee6096285692f247a44b59be7888bef9dd0..b961ef035a58d8c5fb12386ddad4c56648fbe153:/client/flasher.c diff --git a/client/flasher.c b/client/flasher.c index 3b5c1ad5..a425023d 100644 --- a/client/flasher.c +++ b/client/flasher.c @@ -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) {