From: Kevin Day Date: Sat, 16 Nov 2019 05:01:59 +0000 (-0600) Subject: Cleanup: display correct standard in help for fss_basic_list_read and fss_extended_read X-Git-Tag: 0.5.0~382 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=735b23633a4ef0f68223a4882e960c5e57d4c698;p=fll Cleanup: display correct standard in help for fss_basic_list_read and fss_extended_read --- 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);