From: Eric Biggers Date: Sun, 17 Jan 2016 23:06:10 +0000 (-0600) Subject: update_image: tweak error message for SNAPSHOT mode unsupported X-Git-Tag: v1.9.0~11 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=fb38bf47c4be7488addb7f2767bb27ffc87e1ea3;hp=ccfc8894570ac542d2d38e6d4fa478968213f35d update_image: tweak error message for SNAPSHOT mode unsupported --- diff --git a/src/update_image.c b/src/update_image.c index 85de4249..c24ee194 100644 --- a/src/update_image.c +++ b/src/update_image.c @@ -1234,7 +1234,7 @@ check_add_command(struct wimlib_update_command *cmd, /* Currently, SNAPSHOT means Windows VSS. In the future, it perhaps * could be implemented for other types of snapshots, such as btrfs. */ if (add_flags & WIMLIB_ADD_FLAG_SNAPSHOT) { - ERROR("Snapshot mode is only supported on Windows (VSS)"); + ERROR("Snapshot mode is only supported on Windows, where it uses VSS."); return WIMLIB_ERR_UNSUPPORTED; } #endif