]> wimlib.net Git - wimlib/blobdiff - src/wim.c
imagex capture and append consolidation
[wimlib] / src / wim.c
index 5d5c8fefb3a0dcfa6c0261216b02a0a95ed19f3b..2c67ebabb4edf5b267a27f0fb747e6b77aa2dc10 100644 (file)
--- a/src/wim.c
+++ b/src/wim.c
@@ -331,7 +331,7 @@ WIMLIBAPI int wimlib_print_metadata(WIMStruct *w, int image)
        if (!w)
                return WIMLIB_ERR_INVALID_PARAM;
        if (w->hdr.part_number != 1) {
-               ERROR("We cannot show the metadata from part %hu of a %hu-part split WIM",
+               ERROR("We cannot show the metadata from part %hu of a %hu-part split WIM.",
                       w->hdr.part_number, w->hdr.total_parts);
                ERROR("Select the first part of the split WIM to see the metadata.");
                return WIMLIB_ERR_SPLIT_UNSUPPORTED;