From df45a4e7597bc2c38862b48fcb2026378b0208c4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 31 Jan 2023 17:52:36 +0530 Subject: [PATCH] Add a note that --detach is not available on macOS --- kitty/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/cli.py b/kitty/cli.py index 32003fe26..3bb48b192 100644 --- a/kitty/cli.py +++ b/kitty/cli.py @@ -888,7 +888,7 @@ Change to the specified directory when launching. --detach type=bool-set condition=not is_macos -Detach from the controlling terminal, if any. +Detach from the controlling terminal, if any. Not available on macOS. --session