]> wimlib.net Git - wimlib/commitdiff
win32_do_capture_warnings: Shorten message
authorEric Biggers <ebiggers3@gmail.com>
Tue, 14 May 2013 04:25:54 +0000 (23:25 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 14 May 2013 04:25:54 +0000 (23:25 -0500)
src/win32_capture.c

index 3721123b2642179476d1ccd6e57f74caa0c74b0c..e2d98078702f840b68ff8a14848999ad8309f43e 100644 (file)
@@ -1138,8 +1138,7 @@ win32_do_capture_warnings(const struct win32_capture_state *state,
 "          nothing more needs to be done%ls\n",
        (add_flags & WIMLIB_ADD_FLAG_NO_ACLS) ? L"." :
          L", although you might consider\n"
 "          nothing more needs to be done%ls\n",
        (add_flags & WIMLIB_ADD_FLAG_NO_ACLS) ? L"." :
          L", although you might consider\n"
-"          passing the --no-acls flag to `wimlib-imagex capture' or\n"
-"          `wimlib-imagex append' to explicitly capture no security\n"
+"          using the --no-acls option to explicitly capture no security\n"
 "          descriptors.\n");
 }
 
 "          descriptors.\n");
 }