Specify correct RFC2347 for TFTP options in diagnostic message.

This commit is contained in:
Craig Rodrigues 2011-06-16 02:16:53 +00:00
parent 01dae98e72
commit f4b7e64d7a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223135

View File

@ -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) {