mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 05:26:42 +02:00
fix: Update cli help string for config
This commit is contained in:
parent
b6ee80d80f
commit
c2be68398a
4 changed files with 6 additions and 6 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue