]> wimlib.net Git - wimlib/blobdiff - programs/imagex.c
Fix sequential extraction, and include progress info
[wimlib] / programs / imagex.c
index d047130b20b395983283ce21b5619448954734da..9b8af6e047d3caf16baaa544e9faefd4d55421f0 100644 (file)
@@ -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 = 0;
+       int extract_flags = WIMLIB_EXTRACT_FLAG_SEQUENTIAL |
+                           WIMLIB_EXTRACT_FLAG_SHOW_PROGRESS;
 
        const char *swm_glob = NULL;
        WIMStruct **additional_swms = NULL;