Explorar o código

Slightly improve error message

Robert Bennett hai 8 meses
pai
achega
79af6ac389
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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(),
                     ));