mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Add an example for undo to man page
This commit is contained in:
parent
64fd98a2bd
commit
8008cd8312
1 changed files with 8 additions and 1 deletions
|
@ -12,4 +12,11 @@ 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!
|
||||
The 'undo' command itself cannot be undone!
|
||||
|
||||
.SH EXAMPLES
|
||||
Undo an interval modification:
|
||||
.
|
||||
$ timew split @1
|
||||
$ timew undo
|
||||
.
|
Loading…
Add table
Add a link
Reference in a new issue