mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Add help and man page for command 'undo'
This commit is contained in:
parent
1000a315ca
commit
64fd98a2bd
2 changed files with 31 additions and 0 deletions
15
doc/man/timew-undo.1.in
Normal file
15
doc/man/timew-undo.1.in
Normal file
|
@ -0,0 +1,15 @@
|
|||
.TH timew-undo 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
|
||||
.
|
||||
.SH NAME
|
||||
timew-undo \- revert Timewarrior commands
|
||||
.
|
||||
.SH SYNOPSIS
|
||||
.B timew undo
|
||||
.
|
||||
.SH DESCRIPTION
|
||||
The 'undo' command is used to revert the action of Timewarrior commands.
|
||||
Only commands affecting intervals or Timewarrior configuration can be reverted.
|
||||
Timewarrior keeps a journal of changes to the interval database and Timewarrior configuration.
|
||||
A call to 'undo' removes the last entry in the journal and restores the previous state.
|
||||
As long as there are entries in the journal, you can revert the respective action.
|
||||
The 'undo' command itself cannot be undone!
|
Loading…
Add table
Add a link
Reference in a new issue