Update usage info

This commit is contained in:
Brian Buller 2019-05-01 08:57:22 -05:00
parent cc75725d66
commit dd3da921e9

View File

@ -159,7 +159,7 @@ func (a *AppState) initialize() {
) )
a.addOperation("archive", a.addOperation("archive",
[]string{ []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, a.opArchiveTimer,
) )