From: Eric Biggers Date: Sat, 7 Jan 2017 22:35:06 +0000 (-0800) Subject: wimdir: make documention correctly reflect that IMAGE is optional X-Git-Tag: v1.11.0~12 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=a02e29cb96edb138c7b220c472e09c2abe3eb858 wimdir: make documention correctly reflect that IMAGE is optional --- diff --git a/doc/man1/wimdir.1 b/doc/man1/wimdir.1 index 9fbc6715..e6f6ca1a 100644 --- a/doc/man1/wimdir.1 +++ b/doc/man1/wimdir.1 @@ -2,7 +2,7 @@ .SH NAME wimdir \- List the files contained in a WIM image .SH SYNOPSIS -\fBwimdir\fR \fIWIMFILE\fR \fIIMAGE\fR [\fIOPTIONS\fR] +\fBwimdir\fR \fIWIMFILE\fR [\fIIMAGE\fR] [\fIOPTION\fR...] .SH DESCRIPTION \fBwimdir\fR, or equivalently \fBwimlib-imagex dir\fR, lists the files and directories contained in the specified image of the Windows Imaging (WIM) diff --git a/programs/imagex.c b/programs/imagex.c index f149d642..8f2aa0ef 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -4411,7 +4411,7 @@ T( ), [CMD_DIR] = T( -" %"TS" WIMFILE IMAGE [--path=PATH] [--detailed]\n" +" %"TS" WIMFILE [IMAGE] [--path=PATH] [--detailed]\n" ), [CMD_EXPORT] = T(