浏览代码

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:+ "~t-h~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:+ "~n~n"
 		s:+ "~t-i~n"