X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fman1%2Fimagex.1.in;h=3dc30b198db536f48fca84a9cf19e2150eb69f0d;hp=561c52b47132074929ee3f7ec5dc04702e3991a9;hb=aaa3f0eabacc3f364ee9f83069f5a063ac10d250;hpb=d82950b8ae73d50bffebb88c2b5c10b49f4082f4 diff --git a/doc/man1/imagex.1.in b/doc/man1/imagex.1.in index 561c52b4..3dc30b19 100644 --- a/doc/man1/imagex.1.in +++ b/doc/man1/imagex.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX 1 "May 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX 1 "August 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME @IMAGEX_PROGNAME@ \- Extract, create, modify, or mount a WIM (Windows Imaging Format) archive .SH SYNOPSIS @@ -31,6 +31,8 @@ \fB@IMAGEX_PROGNAME@ unmount\fR \fIarguments...\fR .br \fB@IMAGEX_PROGNAME@ update\fR \fIarguments...\fR +.br +\fB@IMAGEX_PROGNAME@ verify\fR \fIarguments...\fR .SH DESCRIPTION \fB@IMAGEX_PROGNAME@\fR deals with archives in the Windows Imaging Format (WIM). Its interface is similar to Microsoft's ImageX, but \fB@IMAGEX_PROGNAME@\fR is @@ -118,6 +120,9 @@ Split a WIM file into multiple parts .IP \[bu] Join a split WIM (\fB@IMAGEX_PROGNAME@ join\fR) +.IP \[bu] +Verify a WIM file + (\fB@IMAGEX_PROGNAME@ verify\fR) .SH DETAILED FEATURES This section presents some of the interesting features of \fB@IMAGEX_PROGNAME@\fR in more detail. @@ -232,9 +237,9 @@ such paths will be treated case sensitively. Regardless of these settings, options and non-path arguments must be specified in lower case. .SH LICENSE -wimlib and @IMAGEX_PROGNAME@ are distributed under the GNU General Public -License version 3 or later. Be aware this means this software is provided as-is -and has no warranty; see COPYING for details. +@IMAGEX_PROGNAME@ is provided to you under the GNU General Public License +version 3. Be aware this means this software is provided as-is and has no +warranty. .SH REPORTING BUGS Report bugs to ebiggers3@gmail.com. Feedback and suggestions are also welcome. .SH SEE ALSO @@ -253,3 +258,4 @@ Report bugs to ebiggers3@gmail.com. Feedback and suggestions are also welcome. .BR @IMAGEX_PROGNAME@-split (1), .BR @IMAGEX_PROGNAME@-unmount (1), .BR @IMAGEX_PROGNAME@-update (1), +.BR @IMAGEX_PROGNAME@-verify (1),