Browse Source

Help: Fix indentation of create_symlink note

Kyle Edwards 6 years ago
parent
commit
cc3cbf91d2
1 changed files with 2 additions and 2 deletions
  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_symlink <old> <new>``
   Create a symbolic link ``<new>`` naming ``<old>``.
   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>...]``
 ``echo [<string>...]``
   Displays arguments as text.
   Displays arguments as text.