Merge pull request #1210 from matthiasbeyer/imag-after-help
imag: Use App::after_help()
This commit is contained in:
commit
15cc7d6805
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ fn main() {
|
|||
.multiple(false)
|
||||
.help("Get the versions of the imag commands"))
|
||||
.subcommand(SubCommand::with_name("help").help("Show help"))
|
||||
.help(helptext.as_str());
|
||||
.after_help(helptext.as_str());
|
||||
let rt = Runtime::new(app)
|
||||
.unwrap_or_else(|e| {
|
||||
println!("Runtime couldn't be setup. Exiting");
|
||||
|
|
Loading…
Reference in a new issue