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