X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=programs%2Fimagex.c;h=1a8407045dfaa46f30411fb43b844942b11bbbc2;hp=1f8018a3c95e2d189f46ad1737a17aa860bfa17b;hb=16083158d29fccc5a7da7970cede3c068aa6db4d;hpb=a62cf4693203bb9e770865d6534a83e6fa09fa49 diff --git a/programs/imagex.c b/programs/imagex.c index 1f8018a3..1a840704 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -3002,6 +3002,15 @@ imagex_extract(int argc, tchar **argv, int cmd) if (!imagex_be_quiet) imagex_printf(T("Done extracting files.\n")); } else if (ret == WIMLIB_ERR_PATH_DOES_NOT_EXIST) { + if ((extract_flags & (WIMLIB_EXTRACT_FLAG_STRICT_GLOB | + WIMLIB_EXTRACT_FLAG_GLOB_PATHS)) + == (WIMLIB_EXTRACT_FLAG_STRICT_GLOB | + WIMLIB_EXTRACT_FLAG_GLOB_PATHS)) + { + tfprintf(stderr, + T("Note: You can use the '--nullglob' " + "option to ignore missing files.\n")); + } tfprintf(stderr, T("Note: You can use `%"TS"' to see what " "files and directories\n" " are in the WIM image.\n"),