]> wimlib.net Git - wimlib/commitdiff
imagex: warn that --update-of is unreliable on Windows
authorEric Biggers <ebiggers3@gmail.com>
Tue, 11 Sep 2018 03:11:31 +0000 (20:11 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 11 Sep 2018 03:11:31 +0000 (20:11 -0700)
programs/imagex.c

index a372c14e2e31556c9ed710574cebf240f9dac913..2d407fac422b885dd6a4882b51abe25f93aec54c 100644 (file)
@@ -2020,6 +2020,9 @@ imagex_capture_or_append(int argc, tchar **argv, int cmd)
                                        template_image_name_or_num = optarg;
                                }
                        }
+               #ifdef __WIN32__
+                       imagex_printf(T("[WARNING] '--update-of' is unreliable on Windows!\n"));
+               #endif
                        break;
                case IMAGEX_DELTA_FROM_OPTION:
                        ret = string_list_append(&base_wimfiles, optarg);