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