Clarify --config help text

This commit is contained in:
Kovid Goyal 2018-04-12 16:47:26 +05:30
parent 339a2e0800
commit e9ffb8d185
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -32,8 +32,9 @@ only use this if you are running a program that does not set titles.
--config --config
type=list type=list
Specify a path to the configuration file(s) to use. Specify a path to the configuration file(s) to use. All configuration files are
Can be specified multiple times to read multiple configuration files in 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 sequence, which are merged. Use the special value NONE to not load a config
file. file.
@ -45,8 +46,9 @@ config file.
If the environment variable "KITTY_CONFIG_DIRECTORY" is specified, that If the environment variable "KITTY_CONFIG_DIRECTORY" is specified, that
directory is always used and the above searching does not happen. 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 If "/etc/xdg/kitty/kitty.conf" exists it is merged before (i.e. with lower
which any user config files are merged. priority) than any user config files are merged. It can be used to specify
system-wide defaults for all users.
--override -o --override -o