mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Proofreading to give default values.
Per the beginning of the man page, the summary line should give the default value. This isn't the case in a few places, so I changed them. (No guarantees I found them all.)
This commit is contained in:
parent
3bdc28fdb3
commit
352161d3a8
1 changed files with 4 additions and 4 deletions
|
@ -90,7 +90,7 @@ blank lines.
|
||||||
|
|
||||||
Almost every value has a default setting, and an empty .taskrc file is one
|
Almost every value has a default setting, and an empty .taskrc file is one
|
||||||
that makes use of every default. The contents of the .taskrc file therefore
|
that makes use of every default. The contents of the .taskrc file therefore
|
||||||
represent overrides of the default values. To remove a default value completely
|
represent overrides of the default values. To re.inmove a default value completely
|
||||||
there must be an entry like this:
|
there must be an entry like this:
|
||||||
|
|
||||||
.RS
|
.RS
|
||||||
|
@ -440,7 +440,7 @@ The character or string to show in the tag.indicator column. Defaults to +.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B dependency.indicator=D
|
.B dependency.indicator=D
|
||||||
The character or string to show in the depends.indicator column. Defaults to +.
|
The character or string to show in the depends.indicator column. Defaults to D.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B uda.<name>.indicator=U
|
.B uda.<name>.indicator=U
|
||||||
|
@ -515,7 +515,7 @@ Controls the GnuTLS diagnostic level. For 'sync' debugging. Level 0 means no
|
||||||
diagnostics. Level 9 is the highest. Level 2 is a good setting for debugging.
|
diagnostics. Level 9 is the highest. Level 2 is a good setting for debugging.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B obfuscate=1
|
.B obfuscate=0
|
||||||
When set to '1', will replace all report text with 'xxx'.
|
When set to '1', will replace all report text with 'xxx'.
|
||||||
This is useful for sharing report output in bug reports.
|
This is useful for sharing report output in bug reports.
|
||||||
Default value is '0'.
|
Default value is '0'.
|
||||||
|
@ -705,7 +705,7 @@ The offset value to apply to the first month in the calendar report. The default
|
||||||
value is "-1".
|
value is "-1".
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B calendar.holidays=full
|
.B calendar.holidays=none
|
||||||
If set to full running "task calendar" will display holidays in the calendar by
|
If set to full running "task calendar" will display holidays in the calendar by
|
||||||
color-coding the corresponding days. A detailed list with the dates and names
|
color-coding the corresponding days. A detailed list with the dates and names
|
||||||
of the holidays is also shown. If set to sparse only the days are color-coded
|
of the holidays is also shown. If set to sparse only the days are color-coded
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue