16 lines
750 B
Diff
16 lines
750 B
Diff
Description: small typo in help text
|
|
successfull → successful
|
|
Author: Damyan Ivanov <dmn@debian.org>
|
|
Forwarded: https://github.com/jclehner/nmrpflash/pull/32
|
|
|
|
--- a/main.c
|
|
+++ b/main.c
|
|
@@ -41,7 +41,7 @@ void usage(FILE *fp)
|
|
" -m <mac> MAC address of target device (xx:xx:xx:xx:xx:xx)\n"
|
|
" -M <netmask> Subnet mask to assign to target device\n"
|
|
" -t <timeout> Timeout (in milliseconds) for NMRP packets\n"
|
|
- " -T <timeout> Time (seconds) to wait after successfull TFTP upload\n"
|
|
+ " -T <timeout> Time (seconds) to wait after successful TFTP upload\n"
|
|
" -p <port> Port to use for TFTP upload\n"
|
|
#ifdef NMRPFLASH_SET_REGION
|
|
" -R <region> Set device region (NA, WW, GR, PR, RU, BZ, IN, KO, JP)\n"
|