mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Update man pages to reflect changes
This commit is contained in:
parent
5150eb4b0f
commit
7c7400b367
1 changed files with 5 additions and 6 deletions
|
@ -1304,12 +1304,11 @@ Taskwarrior stores its configuration in a file in the user's home directory:
|
|||
|
||||
.TP
|
||||
.B task rc:<path-to-alternate-file> ...
|
||||
Specifies an alternate configuration file.
|
||||
Specifies an alternate configuration file with highest priority.
|
||||
|
||||
.TP
|
||||
.B TASKRC=/tmp/.taskrc task ..
|
||||
The environment variable overrides the default and the command line
|
||||
specification of the .taskrc file.
|
||||
.B TASKRC=<path-to-alternate-file> task ..
|
||||
The environment variable specifies an alternate configuration file to use.
|
||||
|
||||
.TP
|
||||
.B task rc.<name>:<value> ...
|
||||
|
@ -1318,8 +1317,8 @@ Specifies individual configuration file overrides.
|
|||
|
||||
.TP
|
||||
.B TASKDATA=/tmp/.task task ...
|
||||
The environment variable overrides the default, the command line, and
|
||||
the 'data.location' configuration setting of the task data directory.
|
||||
The environment variable overrides the default, and the 'data.location'
|
||||
configuration setting of the task data directory.
|
||||
|
||||
.SH MORE EXAMPLES
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue