From: Eric Biggers Date: Mon, 28 Jul 2014 03:39:46 +0000 (-0500) Subject: wimlib-imagex.1: Mention 'verify' subcommand X-Git-Tag: v1.7.1~23 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=92e96e883a2eeb20a9a71cc5dc278e2762bcf478 wimlib-imagex.1: Mention 'verify' subcommand --- diff --git a/doc/man1/imagex.1.in b/doc/man1/imagex.1.in index 85d4c2eb..424370b8 100644 --- a/doc/man1/imagex.1.in +++ b/doc/man1/imagex.1.in @@ -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. @@ -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),