Blame SOURCES/cpio-2.11-crc-fips-nit.patch

f0f11f
diff --git a/src/main.c b/src/main.c
f0f11f
index 38fb3eb..9b9bf74 100644
f0f11f
--- a/src/main.c
f0f11f
+++ b/src/main.c
f0f11f
@@ -151,7 +151,7 @@ static struct argp_option options[] = {
f0f11f
   {"pattern-file", 'E', N_("FILE"), 0,
f0f11f
    N_("Read additional patterns specifying filenames to extract or list from FILE"), 210},
f0f11f
   {"only-verify-crc", ONLY_VERIFY_CRC_OPTION, 0, 0,
f0f11f
-   N_("When reading a CRC format archive, only verify the CRC's of each file in the archive, don't actually extract the files"), 210},
f0f11f
+   N_("When reading a CRC format archive, only verify the checksum of each file in the archive, don't actually extract the files"), 210},
f0f11f
   {"rename", 'r', 0, 0,
f0f11f
    N_("Interactively rename files"), GRID+1 },
f0f11f
   {"rename-batch-file", RENAME_BATCH_FILE_OPTION, N_("FILE"), OPTION_HIDDEN,