From 2b14c2bfd6d0a7a17433dd8529cfc8b7d969c4b0 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 13 Dec 2014 13:21:48 -0600 Subject: [PATCH 1/1] export_image.c: adjust error message --- src/export_image.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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; -- 2.43.0