mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 06:12:40 +00:00
commit
ea5ef4f930
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue