improve help on t s

This commit is contained in:
Abraham Toriz 2021-09-17 12:41:43 -05:00
parent d28f425c7e
commit d7d66d03ae
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ fn main() {
.subcommand(SubCommand::with_name("sheet")
.visible_alias("s")
.about("Change active timesheet or list existing timesheets")
.arg(sheet_arg.clone())
.arg(sheet_arg.clone().help("The sheet to switch to. Use - to quickly switch to the previous sheet"))
)
.subcommand(SubCommand::with_name("list")