Merge pull request #143 from austinhartzheim/us-issue-133

Fix azerupi/mdBook#133: Add link to source code
This commit is contained in:
Mathieu David 2016-06-12 10:37:38 +02:00 committed by GitHub
commit ab29e92071
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ fn main() {
// Get the version from our Cargo.toml using clap's crate_version!() macro
.version(&*format!("v{}", crate_version!()))
.setting(AppSettings::SubcommandRequired)
.after_help("For more information about a specific command, try `mdbook <command> --help`")
.after_help("For more information about a specific command, try `mdbook <command> --help`\nSource code for mdbook available at: https://github.com/azerupi/mdBook")
.subcommand(SubCommand::with_name("init")
.about("Create boilerplate structure and files in the directory")
// the {n} denotes a newline which will properly aligned in all help messages