summaryrefslogtreecommitdiffstats
path: root/usr.bin/tftp/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tftp/main.c')
-rw-r--r--usr.bin/tftp/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tftp/main.c b/usr.bin/tftp/main.c
index e2954c8..2bdcf5f 100644
--- a/usr.bin/tftp/main.c
+++ b/usr.bin/tftp/main.c
@@ -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) {
OpenPOWER on IntegriCloud