From 735b23633a4ef0f68223a4882e960c5e57d4c698 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 15 Nov 2019 23:01:59 -0600 Subject: [PATCH] Cleanup: display correct standard in help for fss_basic_list_read and fss_extended_read --- level_3/fss_basic_list_read/c/fss_basic_list_read.c | 2 +- level_3/fss_extended_read/c/fss_extended_read.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/level_3/fss_basic_list_read/c/fss_basic_list_read.c b/level_3/fss_basic_list_read/c/fss_basic_list_read.c index dcb9898..fc41070 100644 --- a/level_3/fss_basic_list_read/c/fss_basic_list_read.c +++ b/level_3/fss_basic_list_read/c/fss_basic_list_read.c @@ -32,7 +32,7 @@ extern "C" { printf("%c", f_string_eol, f_string_eol); - printf(" This program will print the content associated with the given object and content data based on the FSS-0000 Basic standard.%c", f_string_eol); + printf(" This program will print the content associated with the given object and content data based on the FSS-0002 Basic List standard.%c", f_string_eol); printf("%c", f_string_eol); diff --git a/level_3/fss_extended_read/c/fss_extended_read.c b/level_3/fss_extended_read/c/fss_extended_read.c index dcb020f..80ba61e 100644 --- a/level_3/fss_extended_read/c/fss_extended_read.c +++ b/level_3/fss_extended_read/c/fss_extended_read.c @@ -32,7 +32,7 @@ extern "C" { printf("%c", f_string_eol, f_string_eol); - printf(" This program will print the content associated with the given object and content data based on the FSS-0000 Basic standard.%c", f_string_eol); + printf(" This program will print the content associated with the given object and content data based on the FSS-0001 Extended standard.%c", f_string_eol); printf("%c", f_string_eol); -- 1.8.3.1