X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=programs%2Fimagex.c;h=17cc36f617085c30669413ace8bd68b098b869af;hp=58c969ebcaf722252f9b7979a021c430077f224a;hb=237947e198385359a0c618b664d73bf4db36c405;hpb=dc59c6191f7b3e5d20ee2c105c74e3b18202a92f diff --git a/programs/imagex.c b/programs/imagex.c index 58c969eb..17cc36f6 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -1106,7 +1106,7 @@ imagex_capture_or_append(int argc, tchar **argv) { int c; int open_flags = 0; - int add_image_flags = 0; + int add_image_flags = WIMLIB_ADD_IMAGE_FLAG_EXCLUDE_VERBOSE; int write_flags = 0; int compression_type = WIMLIB_COMPRESSION_TYPE_XPRESS; const tchar *wimfile;