Point out precedence of multiple files and flags
parent
c76d76205f
commit
cad20da70a
12
catgirl.1
12
catgirl.1
|
@ -69,11 +69,21 @@ Options can be loaded from files
|
||||||
listed on the command line.
|
listed on the command line.
|
||||||
Files are searched for in
|
Files are searched for in
|
||||||
.Pa $XDG_CONFIG_DIRS/catgirl
|
.Pa $XDG_CONFIG_DIRS/catgirl
|
||||||
|
.Po
|
||||||
|
usually
|
||||||
|
.Pa ~/.config/catgirl
|
||||||
|
.Pc
|
||||||
unless the path starts with
|
unless the path starts with
|
||||||
.Ql / ,
|
.Ql / ,
|
||||||
.Ql \&./
|
.Ql \&./
|
||||||
or
|
or
|
||||||
.Ql \&../ .
|
.Ql \&../ .
|
||||||
|
Files and flags listed later
|
||||||
|
on the command line
|
||||||
|
take precedence over
|
||||||
|
those listed earlier.
|
||||||
|
.
|
||||||
|
.Pp
|
||||||
Each option is placed on a line,
|
Each option is placed on a line,
|
||||||
and lines beginning with
|
and lines beginning with
|
||||||
.Ql #
|
.Ql #
|
||||||
|
@ -81,8 +91,6 @@ are ignored.
|
||||||
The options are listed below
|
The options are listed below
|
||||||
following their corresponding flags.
|
following their corresponding flags.
|
||||||
.
|
.
|
||||||
.Pp
|
|
||||||
The arguments are as follows:
|
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Fl C Ar util | Cm copy No = Ar util
|
.It Fl C Ar util | Cm copy No = Ar util
|
||||||
Set the utility used by
|
Set the utility used by
|
||||||
|
|
Loading…
Reference in New Issue