Add documentation/usage for --coverimage.

This commit is contained in:
Michael Sweet 2017-04-30 09:23:09 -04:00
parent fa1336ddee
commit 5771dbbaf3
2 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,7 @@
.\"
.\" https://michaelrsweet.github.io/mxml
.\"
.TH mxmldoc 1 "Mini-XML" "11 April 2017" "Michael R Sweet"
.TH mxmldoc 1 "Mini-XML" "30 April 2017" "Michael R Sweet"
.SH NAME
mxmldoc \- mini-xml documentation generator
.SH SYNOPSIS
@ -138,6 +138,8 @@ mxmldoc \- mini-xml documentation generator
.I bodyfile
] [ \-\-copyright
.I copyright
] [ \-\-coverimage
.I image.png
] [ \-\-docversion
.I version
] [ \-\-feedname

View File

@ -3587,6 +3587,7 @@ usage(const char *option) /* I - Unknown option */
puts(" --author name Set author name");
puts(" --body bodyfile Set body file (markdown supported)");
puts(" --copyright text Set copyright text");
puts(" --coverimage image.png Set cover image (EPUB)");
puts(" --css filename.css Set CSS stylesheet file");
puts(" --docset bundleid.docset Generate documentation set");
puts(" --docversion version Set documentation version");