X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fexport_image.c;h=bfc36bde6237c9b39b87d9f5485366d60ff204c2;hb=c2e4e0f6e5ab9369704d4d0727cf84a69dc31da8;hp=425e4a4d1c521d13140493be205b5ededd1af2d2;hpb=0ac1c0afd3f1b4341409e66cb31c94053d1b8988;p=wimlib diff --git a/src/export_image.c b/src/export_image.c index 425e4a4d..bfc36bde 100644 --- a/src/export_image.c +++ b/src/export_image.c @@ -143,9 +143,8 @@ wimlib_export_image(WIMStruct *src_wim, (!(export_flags & WIMLIB_EXPORT_FLAG_NO_DESCRIPTIONS) && dest_description)) { - ERROR("Image name or image description was " - "specified, but we are exporting " - "multiple images"); + ERROR("Image name and description must be " + "left NULL for multi-image export"); return WIMLIB_ERR_INVALID_PARAM; } start_src_image = 1;