Update man pages to reflect changes

This commit is contained in:
taiyu 2018-11-15 13:03:04 -08:00 committed by Paul Beckingham
parent 5150eb4b0f
commit 7c7400b367

View file

@ -1304,12 +1304,11 @@ Taskwarrior stores its configuration in a file in the user's home directory:
.TP .TP
.B task rc:<path-to-alternate-file> ... .B task rc:<path-to-alternate-file> ...
Specifies an alternate configuration file. Specifies an alternate configuration file with highest priority.
.TP .TP
.B TASKRC=/tmp/.taskrc task .. .B TASKRC=<path-to-alternate-file> task ..
The environment variable overrides the default and the command line The environment variable specifies an alternate configuration file to use.
specification of the .taskrc file.
.TP .TP
.B task rc.<name>:<value> ... .B task rc.<name>:<value> ...
@ -1318,8 +1317,8 @@ Specifies individual configuration file overrides.
.TP .TP
.B TASKDATA=/tmp/.task task ... .B TASKDATA=/tmp/.task task ...
The environment variable overrides the default, the command line, and The environment variable overrides the default, and the 'data.location'
the 'data.location' configuration setting of the task data directory. configuration setting of the task data directory.
.SH MORE EXAMPLES .SH MORE EXAMPLES