Rename 'expiration.on-sync' to 'purge.on-sync' (#3556)

Taskwarrior uses "expire" to refer to deletion of tasks past their
"until" date, so let's use `purge` to link this semantically to the
`task purge` command.
This commit is contained in:
Dustin J. Mitchell
2024-07-14 15:45:26 -04:00
committed by GitHub
parent 1304d6361c
commit 7d79b9e516
9 changed files with 57 additions and 99 deletions

View File

@@ -160,7 +160,7 @@ int CmdShow::execute (std::string& output)
" due"
" editor"
" exit.on.missing.db"
" expiration.on-sync"
" purge.on-sync"
" expressions"
" fontunderline"
" gc"