Update help message
This commit is contained in:
parent
9fecf6fd22
commit
913e0b9179
1 changed files with 3 additions and 3 deletions
6
main.c
6
main.c
|
@ -67,9 +67,9 @@ void usage(FILE *fp)
|
||||||
"C:\\> nmrpflash.exe -i net0 -f firmware.bin\n"
|
"C:\\> nmrpflash.exe -i net0 -f firmware.bin\n"
|
||||||
#endif
|
#endif
|
||||||
"\n"
|
"\n"
|
||||||
"When using -c, the environment variables IP, PORT, NETMASK\n"
|
"The command specified by -c will have environment variables IP, PORT, NETMASK\n"
|
||||||
"and MAC are set to the device IP address, TFTP port, subnet\n"
|
"and MAC set to the device IP address, TFTP port, subnet mask and MAC address,\n"
|
||||||
"mask and MAC address, respectively.\n"
|
"respectively.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"nmrpflash %s, Copyright (C) 2016-2024 Joseph C. Lehner\n"
|
"nmrpflash %s, Copyright (C) 2016-2024 Joseph C. Lehner\n"
|
||||||
"nmrpflash is free software, licensed under the GNU GPLv3.\n"
|
"nmrpflash is free software, licensed under the GNU GPLv3.\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue