Clarify CLI vs. Keybind Actions documentation

https://github.com/ghostty-org/ghostty/discussions/4107#discussioncomment-11699228
This commit is contained in:
Tim Visher
2024-12-30 14:52:50 -05:00
parent 60611b8a4a
commit 57ace2d0b8
3 changed files with 6 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ pub fn run(alloc: Allocator) !u8 {
try stdout.writeAll(
\\
\\Specify `+<action> --help` to see the help for a specific action,
\\where `<action>` is one of actions listed below.
\\where `<action>` is one of actions listed above.
\\
);