Specify correct RFC2347 for TFTP options in diagnostic message.
This commit is contained in:
parent
01dae98e72
commit
f4b7e64d7a
@ -840,8 +840,8 @@ help(int argc, char *argv[])
|
||||
printf("%-*s\t%s\n", (int)HELPINDENT, c->name, c->help);
|
||||
|
||||
printf("\n[-] : You shouldn't use these ones anymore.\n");
|
||||
printf("[*] : RFC2834 options support required.\n");
|
||||
printf("[**] : Non-standard RFC2834 option.\n");
|
||||
printf("[*] : RFC2347 options support required.\n");
|
||||
printf("[**] : Non-standard RFC2347 option.\n");
|
||||
return;
|
||||
}
|
||||
while (--argc > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user