mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 17:49:15 +02:00
commit
07f3ff8777
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!())
|
let app = App::new(crate_name!())
|
||||||
.version(crate_version!())
|
.version(crate_version!())
|
||||||
.author(crate_authors!())
|
.author(crate_authors!())
|
||||||
.about(APP_ABOUT.as_ref())
|
.about(APP_ABOUT.as_str())
|
||||||
.after_help("This application is not affiliated with Firefox or Mozilla.")
|
.after_help("This application is not affiliated with Firefox or Mozilla.")
|
||||||
.global_setting(AppSettings::GlobalVersion)
|
.global_setting(AppSettings::GlobalVersion)
|
||||||
.global_setting(AppSettings::VersionlessSubcommands)
|
.global_setting(AppSettings::VersionlessSubcommands)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue