From 9d457f3498edc3778ae5315ed5230800b3e0870e Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 13 May 2013 23:25:54 -0500 Subject: [PATCH] win32_do_capture_warnings: Shorten message --- src/win32_capture.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"); } -- 2.43.0