From b2c8be8200a7ac6de83dc5aabb75e46b9ea16708 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 8 Dec 2013 02:19:51 -0600 Subject: [PATCH 1/1] Fix wimoptimize help --- programs/imagex.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/programs/imagex.c b/programs/imagex.c index 2fc1b9d7..1525f39c 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -3751,8 +3751,9 @@ T( #endif [CMD_OPTIMIZE] = T( -" %"TS" WIMFILE [--check] [--nocheck] [--recompress] [--compress-slow]\n" -" [--threads=NUM_THREADS] [--pipable] [--not-pipable]\n" +" %"TS" WIMFILE [--check] [--nocheck] [--recompress]\n" +" [--compress-slow] [--threads=NUM_THREADS] [--pipable]\n" +" [--not-pipable]\n" ), [CMD_SPLIT] = T( -- 2.43.0