From d7d66d03aee081238eb715942d7f03cbf244a41a Mon Sep 17 00:00:00 2001 From: Abraham Toriz Date: Fri, 17 Sep 2021 12:41:43 -0500 Subject: [PATCH] improve help on t s --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 52390ee..03c46bc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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")