From d55d8ac091af94de8ce28524a80770fcb895bdeb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 12 Oct 2021 10:40:25 +0530 Subject: [PATCH] ... --- kitty/rc/close_tab.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kitty/rc/close_tab.py b/kitty/rc/close_tab.py index e00f05fb7..ebf1fdc31 100644 --- a/kitty/rc/close_tab.py +++ b/kitty/rc/close_tab.py @@ -18,14 +18,14 @@ class CloseTab(RemoteCommand): ''' match: Which tab to close - self: Boolean indicating whether to close the window the command is run in + self: Boolean indicating whether to close the tab of the window the command is run in ''' short_desc = 'Close the specified tab(s)' options_spec = MATCH_TAB_OPTION + '''\n --self type=bool-set -If specified close the tab this command is run in, rather than the active tab. +If specified close the tab of the window this command is run in, rather than the active tab. ''' argspec = ''