소스 검색

Fix incorrect escape sequence in `bmk_config.bmx` (#63)

Changes incorrect `~m` to `~n` in the Usage string.
Phil Newton 6 년 전
부모
커밋
7cbaf502f2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bmk_config.bmx

+ 1 - 1
bmk_config.bmx

@@ -371,7 +371,7 @@ Function Usage:String(fullUsage:Int = False)
 		s:+ "~n~n"
 		s:+ "~n~n"
 		s:+ "~t-h~n"
 		s:+ "~t-h~n"
 		s:+ "~t~tBuild multithreaded version. (This is the default on NG)~n"
 		s:+ "~t~tBuild multithreaded version. (This is the default on NG)~n"
-		s:+ "~t~tThe default on legacy BlitzMax is to build non-threaded. On legacy, using this option will also~m"
+		s:+ "~t~tThe default on legacy BlitzMax is to build non-threaded. On legacy, using this option will also~n"
 		s:+ "~t~tadd a .mt suffix to the executable."
 		s:+ "~t~tadd a .mt suffix to the executable."
 		s:+ "~n~n"
 		s:+ "~n~n"
 		s:+ "~t-i~n"
 		s:+ "~t-i~n"