X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=programs%2Fimagex.c;h=9b8af6e047d3caf16baaa544e9faefd4d55421f0;hp=f9a3d767cbc91669e5046cdd178db469b849a681;hb=5cdd60306facd14cc9dcc24471386451294ca73c;hpb=edd7e04ddef20c47975bd2535960b6223496d99b diff --git a/programs/imagex.c b/programs/imagex.c index f9a3d767..9b8af6e0 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -403,7 +403,8 @@ static int imagex_apply(int argc, const char **argv) const char *wimfile; const char *dir; const char *image_num_or_name; - int extract_flags = WIMLIB_EXTRACT_FLAG_SEQUENTIAL; + int extract_flags = WIMLIB_EXTRACT_FLAG_SEQUENTIAL | + WIMLIB_EXTRACT_FLAG_SHOW_PROGRESS; const char *swm_glob = NULL; WIMStruct **additional_swms = NULL;