Fix typo in binary description
This commit is contained in:
parent
a5aa4512ff
commit
d175694f35
|
@ -1,6 +1,6 @@
|
||||||
# mdbook-toc
|
# mdbook-toc
|
||||||
|
|
||||||
A preprocessor for [mdbook][] to add inline Table of Content support.
|
A preprocessor for [mdbook][] to add inline Table of Contents support.
|
||||||
|
|
||||||
[mdbook]: https://github.com/rust-lang-nursery/mdBook
|
[mdbook]: https://github.com/rust-lang-nursery/mdBook
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ use std::process;
|
||||||
|
|
||||||
pub fn make_app() -> App<'static, 'static> {
|
pub fn make_app() -> App<'static, 'static> {
|
||||||
App::new("mdbook-toc")
|
App::new("mdbook-toc")
|
||||||
.about("mdbook preprocessor to Table of Contents")
|
.about("mdbook preprocessor to add Table of Contents")
|
||||||
.subcommand(
|
.subcommand(
|
||||||
SubCommand::with_name("supports")
|
SubCommand::with_name("supports")
|
||||||
.arg(Arg::with_name("renderer").required(true))
|
.arg(Arg::with_name("renderer").required(true))
|
||||||
|
|
Loading…
Reference in a new issue