mirror of
https://github.com/timvisee/ffsend.git
synced 2025-01-31 19:51:35 +01:00
fix segmentation fault
This commit is contained in:
parent
238f1f54d7
commit
1da996783f
@ -61,7 +61,7 @@ impl<'a: 'b, 'b> Handler<'a> {
|
||||
let app = App::new(crate_name!())
|
||||
.version(crate_version!())
|
||||
.author(crate_authors!())
|
||||
.about(APP_ABOUT.as_ref())
|
||||
.about(APP_ABOUT.as_str())
|
||||
.after_help("This application is not affiliated with Firefox or Mozilla.")
|
||||
.global_setting(AppSettings::GlobalVersion)
|
||||
.global_setting(AppSettings::VersionlessSubcommands)
|
||||
|
Loading…
x
Reference in New Issue
Block a user