Clarify --config help text
This commit is contained in:
parent
339a2e0800
commit
e9ffb8d185
10
kitty/cli.py
10
kitty/cli.py
@ -32,8 +32,9 @@ only use this if you are running a program that does not set titles.
|
||||
|
||||
--config
|
||||
type=list
|
||||
Specify a path to the configuration file(s) to use.
|
||||
Can be specified multiple times to read multiple configuration files in
|
||||
Specify a path to the configuration file(s) to use. All configuration files are
|
||||
merged onto the builtin kitty.conf, overriding the builtin values. This option
|
||||
can be specified multiple times to read multiple configuration files in
|
||||
sequence, which are merged. Use the special value NONE to not load a config
|
||||
file.
|
||||
|
||||
@ -45,8 +46,9 @@ config file.
|
||||
If the environment variable "KITTY_CONFIG_DIRECTORY" is specified, that
|
||||
directory is always used and the above searching does not happen.
|
||||
|
||||
If "/etc/xdg/kitty/kitty.conf" exists it is used as a base config file onto
|
||||
which any user config files are merged.
|
||||
If "/etc/xdg/kitty/kitty.conf" exists it is merged before (i.e. with lower
|
||||
priority) than any user config files are merged. It can be used to specify
|
||||
system-wide defaults for all users.
|
||||
|
||||
|
||||
--override -o
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user