소스 검색

Slightly improve error message

Robert Bennett 8 달 전
부모
커밋
79af6ac389
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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(),
                     ));