Bläddra i källkod

Help: Fix indentation of create_symlink note

Kyle Edwards 6 år sedan
förälder
incheckning
cc3cbf91d2
1 ändrade filer med 2 tillägg och 2 borttagningar
  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.