From e05c8805fd1a22d72dbc0c4ac4e464f0b9c9b3e4 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 17 Feb 2015 00:57:36 -0600 Subject: [PATCH] wimlib-imagex: list --solid in help for more commands --- programs/imagex.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/programs/imagex.c b/programs/imagex.c index c20ce839..9334623d 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -4209,7 +4209,7 @@ T( " [DEST_IMAGE_NAME [DEST_IMAGE_DESC]]\n" " [--boot] [--check] [--nocheck] [--compress=TYPE]\n" " [--ref=\"GLOB\"] [--threads=NUM_THREADS] [--rebuild]\n" -" [--wimboot]\n" +" [--wimboot] [--solid]\n" ), [CMD_EXTRACT] = T( @@ -4246,8 +4246,8 @@ T( [CMD_OPTIMIZE] = T( " %"TS" WIMFILE\n" -" [--recompress] [--compress=TYPE]\n" -" [--threads=NUM_THREADS] [--check] [--nocheck]\n" +" [--recompress] [--compress=TYPE] [--threads=NUM_THREADS]\n" +" [--check] [--nocheck] [--solid]\n" "\n" ), [CMD_SPLIT] = -- 2.43.0