From: Eric Biggers Date: Tue, 14 May 2013 04:25:54 +0000 (-0500) Subject: win32_do_capture_warnings: Shorten message X-Git-Tag: v1.4.0~62 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=9d457f3498edc3778ae5315ed5230800b3e0870e win32_do_capture_warnings: Shorten message --- diff --git a/src/win32_capture.c b/src/win32_capture.c index 3721123b..e2d98078 100644 --- a/src/win32_capture.c +++ b/src/win32_capture.c @@ -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" -" 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"); }