瀏覽代碼

Help: Fix indentation of create_symlink note

Kyle Edwards 6 年之前
父節點
當前提交
cc3cbf91d2
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Help/manual/cmake.1.rst

+ 2 - 2
Help/manual/cmake.1.rst

@@ -476,8 +476,8 @@ Available commands are:
 ``create_symlink <old> <new>``
   Create a symbolic link ``<new>`` naming ``<old>``.
 
-.. note::
-  Path to where ``<new>`` symbolic link will be created has to exist beforehand.
+  .. note::
+    Path to where ``<new>`` symbolic link will be created has to exist beforehand.
 
 ``echo [<string>...]``
   Displays arguments as text.