docs(app): fix documentation formatting for App::template() (#632)

This commit is contained in:
Jędrzej 2016-08-26 17:16:32 +02:00 committed by Kevin K
parent c95b0c62ab
commit 853a90de01

View file

@ -364,8 +364,10 @@ impl<'a, 'b> App<'a, 'b> {
/// Sets the help template to be used, overriding the default format.
///
/// Tags arg given inside curly brackets:
/// Tags arg given inside curly brackets.
///
/// Valid tags are:
///
/// * `{bin}` - Binary name.
/// * `{version}` - Version number.
/// * `{author}` - Author information.