2
0
Эх сурвалжийг харах

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

Changes incorrect `~m` to `~n` in the Usage string.
Phil Newton 6 жил өмнө
parent
commit
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"