diff --git a/numbat/src/command.rs b/numbat/src/command.rs index 13501903..4cdc6459 100644 --- a/numbat/src/command.rs +++ b/numbat/src/command.rs @@ -315,7 +315,7 @@ impl CommandRunner { 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(), ));