From 8f9bbeabd7fbfcd8e5ac9823852e8509c36c7277 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 14 Jan 2020 19:50:18 +0530 Subject: [PATCH] Fix reference to --debug-config --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3ecf13610..7a0ec2c8d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -16,7 +16,7 @@ To update |kitty|, :doc:`follow the instructions `. - Add a :opt:`resize_in_steps` option that can be used to resize the OS window in steps as large as character cells (:pull:`2131`) -- Fix a segfault when using :opt:`--debug-config` with maps (:iss:`2270`) +- Fix a segfault when using :option:`kitty --debug-config` with maps (:iss:`2270`) 0.15.1 [2019-12-21]