diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2019-09-19 13:57:11 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2019-09-19 13:57:11 (GMT) |
commit | cc3cbf91d23275cc11cf333e14f03886e54a8185 (patch) | |
tree | 375c1d1a19c1e3ec24325128bd4b0070d4d6308d /Help | |
parent | 8e9b855a4f66da20067937735c87a2b104363872 (diff) | |
download | CMake-cc3cbf91d23275cc11cf333e14f03886e54a8185.zip CMake-cc3cbf91d23275cc11cf333e14f03886e54a8185.tar.gz CMake-cc3cbf91d23275cc11cf333e14f03886e54a8185.tar.bz2 |
Help: Fix indentation of create_symlink note
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake.1.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index 28ebb70..754f14b 100644 --- a/Help/manual/cmake.1.rst +++ b/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. |