From 79af6ac3897bccebc832a9a19a19fc1be0f8b370 Mon Sep 17 00:00:00 2001 From: Robert Bennett Date: Sat, 25 Jan 2025 14:30:28 -0500 Subject: [PATCH] Slightly improve error message --- numbat/src/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), ));