Browse Source

Slightly improve error message

Robert Bennett 8 months ago
parent
commit
79af6ac389
1 changed files with 1 additions and 1 deletions
  1. 1 1
      numbat/src/command.rs

+ 1 - 1
numbat/src/command.rs

@@ -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(),
                     ));