X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/d40d64ef0d451b183b2850fb01f0f5cd691cd76f..5774b2b44d987c1962346582e7ff554e0e53315a:/client/flasher.c diff --git a/client/flasher.c b/client/flasher.c index 51c48c0e..4e431658 100644 --- a/client/flasher.c +++ b/client/flasher.c @@ -82,10 +82,9 @@ static void usage(char *argv0) { fprintf(stderr, "Usage: %s [-b] image.elf [image.elf...]\n\n", argv0); fprintf(stderr, "\t-b\tEnable flashing of bootloader area (DANGEROUS)\n\n"); - //Is the example below really true? /Martin - fprintf(stderr, "Example:\n\n\t %s path/to/osimage.elf path/to/fpgaimage.elf\n", argv0); fprintf(stderr, "\nExample (Linux):\n\n\t %s /dev/ttyACM0 armsrc/obj/fullimage.elf\n", argv0); fprintf(stderr, "\nExample (OS) :\n\n\t %s /dev/cu.usbmodem1451 armsrc/obj/fullimage.elf\n", argv0); + fprintf(stderr, "\nExample (WIN) :\n\n\t %s com3 armsrc/obj/fullimage.elf\n", argv0); fprintf(stderr, "\nNote (Linux): if the flasher gets stuck in 'Waiting for Proxmark to reappear on ',\n"); fprintf(stderr, " you need to blacklist proxmark for modem-manager - see wiki for more details:\n"); fprintf(stderr, " old ref --> http://code.google.com/p/proxmark3/wiki/Linux\n\n");