Skip to content

Commit

Permalink
fixup! helix-term/commands: implement cquit
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-h committed Nov 14, 2021
1 parent 9d3b7ff commit 644a2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2397,7 +2397,7 @@ mod cmd {
TypableCommand {
name: "cquit",
aliases: &["cq"],
doc: "Quit with error code (default 1). Accepts an optional integer exit code (:cq 2).",
doc: "Quit with exit code (default 1). Accepts an optional integer exit code (:cq 2).",
fun: cquit,
completer: None,
},
Expand Down

0 comments on commit 644a2e6

Please sign in to comment.