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, )