fix: Update cli help string for config

This commit is contained in:
Dheepak Krishnamurthy 2022-01-10 13:38:52 -07:00
parent b6ee80d80f
commit c2be68398a
4 changed files with 6 additions and 6 deletions

View file

@ -21,7 +21,7 @@ pub fn generate_cli_app() -> App<'static> {
.short('c')
.long("config")
.value_name("FOLDER")
.help("Sets the config folder for taskwarrior-tui")
.help("Sets the config folder for taskwarrior-tui (currently not used)")
.takes_value(true),
)
.arg(