Skip to content

Commit

Permalink
man page: Document new options file location
Browse files Browse the repository at this point in the history
The options file can now be stored under $XDG_CONFIG_HOME, so the man
page has been updated.
  • Loading branch information
cherryman committed Jan 11, 2019
1 parent 52ddc94 commit 58faf56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tup.1
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ The options are read in the following precedence order:
.nf
command-line overrides (eg: -j flag passed to 'tup')
\&.tup/options file
${XDG_CONFIG_HOME:-$HOME/.config}/tup/config
~/.tupoptions file
/etc/tup/options file
tup's compiled in defaults
Expand Down

0 comments on commit 58faf56

Please sign in to comment.