mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[cmdline] color-mode -> colors . I cannot find a good name for this option
This commit is contained in:
parent
de4dce44f6
commit
4bc626acb6
@ -841,7 +841,7 @@ union option_info cmdline_options_info[] = {
|
||||
INIT_OPT_COMMAND("", NULL, "confdir", OPT_HIDDEN, redir_cmd, NULL),
|
||||
|
||||
INIT_OPT_CMDALIAS("", N_("Set mode of displaying colors in documents"),
|
||||
"color-mode", OPT_ALIAS, "document.colors.use_document_colors",
|
||||
"colors", OPT_ALIAS, "document.colors.use_document_colors",
|
||||
N_("Possible values 0, 1 or 2.")),
|
||||
|
||||
INIT_OPT_STRING("", N_("Name of directory with configuration file"),
|
||||
|
Loading…
Reference in New Issue
Block a user