diff --git a/main.c b/main.c index e7073f0..a1c7663 100644 --- a/main.c +++ b/main.c @@ -100,7 +100,7 @@ static void hexdump(uint32_t addr, void * buf, size_t len) static void usage(void) { - printf("xfel(v1.2.9) - https://github.com/xboot/xfel\r\n"); + printf("xfel(v1.3.0) - https://github.com/xboot/xfel\r\n"); printf("usage:\r\n"); printf(" xfel version - Show chip version\r\n"); printf(" xfel hexdump
- Dumps memory region in hex\r\n");