Skip to content

Commit

Permalink
fixup! Clarify CLI vs. Keybind Actions documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisher committed Dec 31, 2024
1 parent 671a825 commit 35a1feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main_ghostty.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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",
.{},
),

Expand Down

0 comments on commit 35a1feb

Please sign in to comment.