Skip to content

Commit

Permalink
Fix error message in save command
Browse files Browse the repository at this point in the history
  • Loading branch information
rben01 committed Jan 25, 2025
1 parent aa96754 commit 5ee0a51
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` requires exactly one argument, the destination",
"`save` takes at most one argument (the destination, or history.nbt if omitted)",
)
.into(),
));
Expand Down

0 comments on commit 5ee0a51

Please sign in to comment.