From: Joseph C. Lehner Date: Mon, 25 Jan 2016 13:28:09 +0000 (+0100) Subject: Rename binary to nmrp-flash X-Git-Tag: v0.9~96 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=20ce6945e33312afde116ec601e8a90c0255cf52;p=oweals%2Fnmrpflash.git Rename binary to nmrp-flash --- diff --git a/Makefile b/Makefile index 4b430be..0ad5c8b 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ CC ?= gcc CFLAGS = -Wall -nmrpd: nmrp.o tftp.o main.o - $(CC) $(CFLAGS) -o nmrpd nmrp.o tftp.o main.o +nmrp-flash: nmrp.o tftp.o main.o + $(CC) $(CFLAGS) -o nmrp-flash nmrp.o tftp.o main.o nmrp.o: nmrp.c nmrpd.h $(CC) $(CFLAGS) -c -o nmrp.o nmrp.c diff --git a/main.c b/main.c index 29bf1c4..7f9797c 100644 --- a/main.c +++ b/main.c @@ -25,7 +25,7 @@ void usage(FILE *fp) { fprintf(fp, - "Usage: nmrpd [OPTIONS...]\n" + "Usage: nmrp-flash [OPTIONS...]\n" "\n" "Options:\n" " -a IP address to assign to target device\n"