X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fimagex-info.1.in;h=fa3e9ccae7ae7fe3a630a2ec33631b3a81e71d02;hp=561afe6f8e8e93ca21b6895d1995d39ba2eac960;hb=e510d33bc53ca66de7737d49b8086532bac2e4f7;hpb=4a7d507821b3134360b4c1243e650d781bf38dc0 diff --git a/doc/imagex-info.1.in b/doc/imagex-info.1.in index 561afe6f..fa3e9cca 100644 --- a/doc/imagex-info.1.in +++ b/doc/imagex-info.1.in @@ -2,33 +2,27 @@ .SH NAME @IMAGEX_PROGNAME@-info \- Display information about a WIM file, or change information about an image - .SH SYNOPSIS \fB@IMAGEX_PROGNAME@ info\fR \fIWIMFILE\fR [\fIIMAGE\fR [\fINEW_NAME\fR [\fINEW_DESC\fR]]] [\fIOPTION\fR...] - - .SH DESCRIPTION -.PP - \fB@IMAGEX_PROGNAME@ info\fR displays information about \fIWIMFILE\fR, and optionally changes which image is bootable, or what the name and description of an image are. - +.PP If neither an image nor any flags other than \fB--check\fR are specified, some basic information about the WIM archive as well as information about the images contained in it will be printed. If an image is specified by \fIIMAGE\fR (as a 1-based image index or an image name), the printed information is restricted to that concerning the specified image. - +.PP Changes to the WIM are made if \fINEW_NAME\fR and/or \fB--boot\fR are specified. \fINEW_NAME\fR is taken to be the new name of the image specified by \fIIMAGE\fR while \fINEW_DESC\fR is taken to be its new description. If \fINEW_DESC\fR is not specified, the image's description is unchanged. - +.PP \fB@IMAGEX_PROGNAME@ info\fR does not support modifying a split WIM, although you may display information about one. - .SH OPTIONS .TP 6 \fB--boot\fR @@ -64,4 +58,3 @@ Prints the raw XML data from the WIM. Note: the XML data will be encoded using UTF-16LE, and it will begin with a byte-order mark. .SH SEE ALSO .BR @IMAGEX_PROGNAME@ (1) -