From 913e0b91794a2c767d0e984f7b49291fca70d143 Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Wed, 27 Nov 2024 13:30:17 +0100 Subject: [PATCH] Update help message --- main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.c b/main.c index e10ad44..1d21118 100644 --- a/main.c +++ b/main.c @@ -67,9 +67,9 @@ void usage(FILE *fp) "C:\\> nmrpflash.exe -i net0 -f firmware.bin\n" #endif "\n" - "When using -c, the environment variables IP, PORT, NETMASK\n" - "and MAC are set to the device IP address, TFTP port, subnet\n" - "mask and MAC address, respectively.\n" + "The command specified by -c will have environment variables IP, PORT, NETMASK\n" + "and MAC set to the device IP address, TFTP port, subnet mask and MAC address,\n" + "respectively.\n" "\n" "nmrpflash %s, Copyright (C) 2016-2024 Joseph C. Lehner\n" "nmrpflash is free software, licensed under the GNU GPLv3.\n"