Skip to content

Commit

Permalink
Include mkhtml in help section.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Apr 17, 2016
1 parent 0c1d00e commit c7f117d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ For the command line interface install [mkdoc][] globally (`npm i -g mkdoc`).
- [Help](#help)
- [mkman](#mkman)
- [mktext](#mktext)
- [mkhtml](#mkhtml)
- [API](#api)
- [out](#out)
- [Options](#options)
Expand Down Expand Up @@ -228,6 +229,18 @@ Options
mkout@1.0.31
```

### mkhtml

```
Usage: mkhtml [options]
Options
-h, --help Display help and exit
--version Print the version and exit
mkout@1.0.31
```

## API

### out
Expand Down Expand Up @@ -447,7 +460,7 @@ MIT

---

Created by [mkdoc](https://github.com/mkdoc/mkdoc) on April 14, 2016
Created by [mkdoc](https://github.com/mkdoc/mkdoc) on April 17, 2016

[mkdoc]: https://github.com/mkdoc/mkdoc
[node]: http://nodejs.org
Expand Down
5 changes: 5 additions & 0 deletions doc/readme/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@
### mktext

<? @exec {} mktext -h ?>

### mkhtml

<? @exec {} mkhtml -h ?>

0 comments on commit c7f117d

Please sign in to comment.