Update help message

This commit is contained in:
Joseph C. Lehner 2024-11-27 13:30:17 +01:00
parent 9fecf6fd22
commit 913e0b9179

6
main.c
View file

@ -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"