Add 'retag' to command listing in internal help

Closes #600

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2024-03-29 18:50:37 +01:00 committed by Thomas Lauf
parent fe1f7a9d63
commit 61e5540ad2
3 changed files with 5 additions and 0 deletions

View file

@ -126,3 +126,4 @@ Thanks to the following, who submitted detailed bug reports and excellent sugges
Joachim Meyer
arxel-sc
Eugene Morozov
Stefan Herold

View file

@ -1,3 +1,6 @@
- #600 Add retag command to internal help
(thanks to Stefan Herold)
------ current release ---------------------------
1.7.1 (2024-01-16) - 2514d506b5580154f1e00c0e72b17c8e9bc89cb7

View file

@ -55,6 +55,7 @@ int CmdHelpUsage (const Extensions& extensions)
<< " timew month [<interval>] [<tag> ...]\n"
<< " timew move @<id> <date>\n"
<< " timew [report] <report> [<interval>] [<tag> ...]\n"
<< " timew retag @<id> [@<id> ...] <tag> [<tag> ...]\n"
<< " timew shorten @<id> [@<id> ...] <duration>\n"
<< " timew show\n"
<< " timew split @<id> [@<id> ...]\n"