mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-27 12:16:25 +02:00
Add 'retag' to command listing in internal help
Closes #600 Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
fe1f7a9d63
commit
61e5540ad2
3 changed files with 5 additions and 0 deletions
1
AUTHORS
1
AUTHORS
|
@ -126,3 +126,4 @@ Thanks to the following, who submitted detailed bug reports and excellent sugges
|
|||
Joachim Meyer
|
||||
arxel-sc
|
||||
Eugene Morozov
|
||||
Stefan Herold
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
- #600 Add retag command to internal help
|
||||
(thanks to Stefan Herold)
|
||||
|
||||
------ current release ---------------------------
|
||||
|
||||
1.7.1 (2024-01-16) - 2514d506b5580154f1e00c0e72b17c8e9bc89cb7
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue