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"
|
||||
#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"
|
||||
|
|
Loading…
Add table
Reference in a new issue