mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-02 17:19:16 +02:00
fix segmentation fault
This commit is contained in:
parent
238f1f54d7
commit
1da996783f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue