mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 19:03:07 +02:00
Merge pull request #1974 from rudis/2.6.0
Docs: improve verbose description in taskrc.5.in
This commit is contained in:
commit
dba78e0b7b
1 changed files with 6 additions and 5 deletions
|
|
@ -267,8 +267,8 @@ Alternatively, you can specify a comma-separated list of verbosity tokens that
|
||||||
control specific occasions when output is generated. This list may contain:
|
control specific occasions when output is generated. This list may contain:
|
||||||
|
|
||||||
blank Inserts extra blank lines in output, for clarity
|
blank Inserts extra blank lines in output, for clarity
|
||||||
header Messages that appear before report output
|
header Messages that appear before report output (this includes .taskrc/.task overrides and the "[task next]" message)
|
||||||
footnote Messages that appear after report output
|
footnote Messages that appear after report output (mostly status messages and change descriptions)
|
||||||
label Column labels on tabular reports
|
label Column labels on tabular reports
|
||||||
new-id Provides feedback of any new task IDs
|
new-id Provides feedback of any new task IDs
|
||||||
new-uuid Provides feedback of any new task UUIDs. Deprecated, to be
|
new-uuid Provides feedback of any new task UUIDs. Deprecated, to be
|
||||||
|
|
@ -280,10 +280,11 @@ control specific occasions when output is generated. This list may contain:
|
||||||
sync Feedback about sync
|
sync Feedback about sync
|
||||||
filter Shows the filter used in the command
|
filter Shows the filter used in the command
|
||||||
unwait Notification when a task leaves the 'waiting' state
|
unwait Notification when a task leaves the 'waiting' state
|
||||||
override Notification when configuration options are overriden
|
override Notification when configuration options are overridden
|
||||||
recur Notification when a new recurring task instance is created
|
recur Notification when a new recurring task instance is created
|
||||||
|
|
||||||
"affected", "new-id", "new-uuid", "project", "override" and "unwait" imply "footnote".
|
"affected", "new-id", "new-uuid", "project", "unwait", "override" and "recur"
|
||||||
|
imply "footnote".
|
||||||
|
|
||||||
Note that the "1" setting is equivalent to all the tokens being specified,
|
Note that the "1" setting is equivalent to all the tokens being specified,
|
||||||
and the "nothing" setting is equivalent to none of the tokens being specified.
|
and the "nothing" setting is equivalent to none of the tokens being specified.
|
||||||
|
|
@ -450,7 +451,7 @@ The character or string to show in the <uda>.indicator column. Defaults to U.
|
||||||
Controls whether recurrence is enabled, and whether recurring tasks continue to
|
Controls whether recurrence is enabled, and whether recurring tasks continue to
|
||||||
generate new task instances. Defaults to "1".
|
generate new task instances. Defaults to "1".
|
||||||
|
|
||||||
If you are syncing multiple clients, then it is adviѕed that you set 'recurrence=1'
|
If you are syncing multiple clients, then it is advised that you set 'recurrence=1'
|
||||||
on your primary client, and 'recurrence=0' on ALL other clients. This is a workaround
|
on your primary client, and 'recurrence=0' on ALL other clients. This is a workaround
|
||||||
for a duplication bug.
|
for a duplication bug.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue