Auto merge of #813 - pixelistik:patch-1, r=kbknapp

doc: Fix typo
This commit is contained in:
Homu 2017-01-09 10:59:10 +09:00
commit ea5ef4f930

View file

@ -51,7 +51,7 @@ use completions::Shell;
/// .arg( /// .arg(
/// Arg::with_name("in_file").index(1) /// Arg::with_name("in_file").index(1)
/// ) /// )
/// .after_help("Longer explaination to appear after the options when \ /// .after_help("Longer explanation to appear after the options when \
/// displaying the help information from --help or -h") /// displaying the help information from --help or -h")
/// .get_matches(); /// .get_matches();
/// ///