From 35a1feb3de5d47d6734a002e88c78744f3ac382d Mon Sep 17 00:00:00 2001 From: Tim Visher Date: Tue, 31 Dec 2024 07:24:10 -0500 Subject: [PATCH] fixup! Clarify CLI vs. Keybind Actions documentation --- src/main_ghostty.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main_ghostty.zig b/src/main_ghostty.zig index af6490151a..9efe8d9b09 100644 --- a/src/main_ghostty.zig +++ b/src/main_ghostty.zig @@ -50,7 +50,7 @@ pub fn main() !MainReturn { error.InvalidAction => try stderr.print( "Error: unknown CLI action specified. CLI actions are specified with\n" ++ "the '+' character.\n\n" ++ - "All valid CLI actions can be listed with `ghostty +help`", + "All valid CLI actions can be listed with `ghostty +help`\n", .{}, ),