From dd3da921e92827fd0c512cac6bff721876a64708 Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Wed, 1 May 2019 08:57:22 -0500 Subject: [PATCH] Update usage info --- app_state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_state.go b/app_state.go index 510fc81..1d85a93 100644 --- a/app_state.go +++ b/app_state.go @@ -159,7 +159,7 @@ func (a *AppState) initialize() { ) a.addOperation("archive", []string{ - "archive [id] - Archive the timer with the given id", + "archive [id] [@context] [+project] - Archive the timer with the given id,context,project", }, a.opArchiveTimer, )