Add documentation/usage for --coverimage.

pull/196/head
Michael Sweet 7 years ago
parent fa1336ddee
commit 5771dbbaf3
  1. 4
      doc/mxmldoc.man
  2. 1
      mxmldoc.c

@ -11,7 +11,7 @@
.\" .\"
.\" https://michaelrsweet.github.io/mxml .\" 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 .SH NAME
mxmldoc \- mini-xml documentation generator mxmldoc \- mini-xml documentation generator
.SH SYNOPSIS .SH SYNOPSIS
@ -138,6 +138,8 @@ mxmldoc \- mini-xml documentation generator
.I bodyfile .I bodyfile
] [ \-\-copyright ] [ \-\-copyright
.I copyright .I copyright
] [ \-\-coverimage
.I image.png
] [ \-\-docversion ] [ \-\-docversion
.I version .I version
] [ \-\-feedname ] [ \-\-feedname

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

Loading…
Cancel
Save