]> wimlib.net Git - wimlib/commitdiff
imagex-capture.1.in: Fix brackets in --update-of docs
authorEric Biggers <ebiggers3@gmail.com>
Mon, 16 Sep 2013 04:08:06 +0000 (23:08 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 16 Sep 2013 04:10:51 +0000 (23:10 -0500)
NEWS
doc/imagex-capture.1.in

diff --git a/NEWS b/NEWS
index 2847115b9765e8f589fac9f604c7b886b5031a4c..d355a014dba3d31b4b7c6c0253be2dd41b2464c4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Version 1.5.1:
        needed to be handled.
 
        A bug related to the interpretation of the IMAGE in the
-       --update-of=[WIMFILE:]IMAGE argument to `wimlib-imagex capture' and
+       --update-of=[WIMFILE:]IMAGE option to `wimlib-imagex capture' and
        `wimlib-imagex append' has been fixed.
 
 Version 1.5.0:
index 54740838c777188097471dd9ffcd8e9c3f598899..3ca9ecd2ebf264c04c037548ec1d4f188f3f6963 100644 (file)
@@ -388,7 +388,7 @@ default for \fB@IMAGEX_PROGNAME@ capture\fR, except when writing to standard
 output (\fIWIMFILE\fR specified as "-"), and also for \fB@IMAGEX_PROGNAME@
 append\fR, except when appending to a WIM that is already pipable.
 .TP
-\fB--update-of\fR=[\fIWIMFILE\fR]:\fIIMAGE\fR
+\fB--update-of\fR=[\fIWIMFILE\fR:]\fIIMAGE\fR
 Declares that the image being captured or appended from \fISOURCE\fR is mostly the same as
 the existing image \fIIMAGE\fR in \fIWIMFILE\fR, but captured at a later point
 in time, possibly with some modifications in the intervening time.  This is
@@ -405,9 +405,10 @@ performance and does not change the resulting WIM image.
 .IP ""
 As shown, the full syntax for the argument to this option is to specify the WIM
 file, a colon, and the image; for example, "--update-of mywim.wim:1".
-However, the WIM file may be omitted, in which case it will default to the WIM
-file being appended to for append operations, or the WIM file from which a delta
-is being taken (with \fB--delta-from\fR, if specified) for capture operations.
+However, the WIM file and colon may be omitted, in which case the WIM file will
+default to the WIM file being appended to for append operations, or the WIM file
+from which a delta is being taken (with \fB--delta-from\fR, if specified) for
+capture operations.
 .TP
 \fB--delta-from\fR=\fIWIMFILE\fR
 For \fB@IMAGEX_PROGNAME@ capture\fR only: capture the new WIM as a "delta" from