chore: Update dependencies ♻️

This commit is contained in:
Dheepak Krishnamurthy 2021-12-11 12:04:35 -07:00
parent 4d36d7a37f
commit 79f18b1297
7 changed files with 127 additions and 151 deletions

View file

@ -13,7 +13,7 @@ pub fn generate_cli_app() -> App<'static> {
.short('c')
.long("config")
.value_name("FILE")
.about("Sets a custom config file")
.help("Sets a custom config file")
.takes_value(true),
)
.arg(
@ -21,7 +21,7 @@ pub fn generate_cli_app() -> App<'static> {
.short('r')
.long("report")
.value_name("STRING")
.about("Sets default report")
.help("Sets default report")
.takes_value(true),
);