From c49c1035e4ffe168e8ac6477fb5ed1cf756c733f Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 8 Dec 2013 01:05:23 -0600 Subject: [PATCH] Add --compress-slow back to wimoptimize help --- programs/imagex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/imagex.c b/programs/imagex.c index 738f9f82..2fc1b9d7 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -3751,7 +3751,7 @@ T( #endif [CMD_OPTIMIZE] = T( -" %"TS" WIMFILE [--check] [--nocheck] [--recompress]\n" +" %"TS" WIMFILE [--check] [--nocheck] [--recompress] [--compress-slow]\n" " [--threads=NUM_THREADS] [--pipable] [--not-pipable]\n" ), [CMD_SPLIT] = -- 2.43.0