From: Eric Biggers Date: Tue, 14 May 2013 15:38:15 +0000 (-0500) Subject: imagex.c: Make command-line usage for "update" consistent X-Git-Tag: v1.4.0~56 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=c24a5c14de3e01948996198fa886517983b39613;hp=1e167170cdc048c6a93db6d994d9da161f8553d9 imagex.c: Make command-line usage for "update" consistent --- diff --git a/programs/imagex.c b/programs/imagex.c index 591714e1..85026c82 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -169,7 +169,7 @@ IMAGEX_PROGNAME" unmount DIRECTORY [--commit] [--check] [--rebuild]\n" ), [UPDATE] = T( -IMAGEX_PROGNAME" update WIMFILE IMAGE [--check] [--rebuild]\n" +IMAGEX_PROGNAME" update WIMFILE [IMAGE_NUM | IMAGE_NAME] [--check] [--rebuild]\n" " [--threads=NUM_THREADS] [DEFAULT_ADD_OPTIONS]\n" " [DEFAULT_DELETE_OPTIONS] < CMDFILE\n" ),