Skip to content

Commit

Permalink
Slightly improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rben01 authored and sharkdp committed Jan 26, 2025
1 parent c907512 commit 79af6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numbat/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ impl<Editor> CommandRunner<Editor> {
parser
.err_through_end_from(
2,
"`save` takes at most one argument (the destination, or history.nbt if omitted)",
"`save` takes at most one argument (the destination, which will be history.nbt if omitted)",
)
.into(),
));
Expand Down

0 comments on commit 79af6ac

Please sign in to comment.