]> Kevux Git Server - fll/commitdiff
Cleanup: display correct standard in help for fss_basic_list_read and fss_extended_read
authorKevin Day <thekevinday@gmail.com>
Sat, 16 Nov 2019 05:01:59 +0000 (23:01 -0600)
committerKevin Day <thekevinday@gmail.com>
Sat, 16 Nov 2019 05:02:35 +0000 (23:02 -0600)
level_3/fss_basic_list_read/c/fss_basic_list_read.c
level_3/fss_extended_read/c/fss_extended_read.c

index dcb9898aeb5718546bc8b60f5dde0e9788048c9c..fc41070a5ae26076c3fd350497ea800048335a5a 100644 (file)
@@ -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);
 
index dcb020fb62587eb094df7fdd663d734715828760..80ba61e7941acb51de50e7a6d866c244f794bf2c 100644 (file)
@@ -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);