浏览代码

Tutorial: replace Unicode EN DASH with ASCII dash

Unicode EN DASH is problematic:

- it cannot be easily found in web browsers, editors etc.
- it doesn't work when copied and run in the terminal
Arkadiusz Drabczyk 6 年之前
父节点
当前提交
02aa03eb0a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Help/guide/tutorial/index.rst

+ 2 - 2
Help/guide/tutorial/index.rst

@@ -610,12 +610,12 @@ CTest will read in this file when it runs. To create a simple dashboard you can
 run **cmake** or **cmake-gui** to configure the project, but do not build it
 run **cmake** or **cmake-gui** to configure the project, but do not build it
 yet. Instead, change directory to the binary tree, and then run::
 yet. Instead, change directory to the binary tree, and then run::
 
 
-  ctest [-VV] D Experimental
+  ctest [-VV] -D Experimental
 
 
 Remember, for multi-config generators (e.g. Visual Studio), the configuration
 Remember, for multi-config generators (e.g. Visual Studio), the configuration
 type must be specified::
 type must be specified::
 
 
-  ctest [-VV] -C Debug D Experimental
+  ctest [-VV] -C Debug -D Experimental
 
 
 Or, from an IDE, build the ``Experimental`` target.
 Or, from an IDE, build the ``Experimental`` target.