diff options
author | Taylor Braun-Jones <taylor@braun-jones.org> | 2018-01-19 20:34:38 (GMT) |
---|---|---|
committer | Taylor Braun-Jones <taylor@braun-jones.org> | 2018-01-19 21:07:39 (GMT) |
commit | 73bb781df05e46a93e878535996f4753b8e5e06c (patch) | |
tree | ec5438c170e76f25f8252c1539be49ebf793297f /Help/manual | |
parent | 927c6035745bb732712463af8e3d6619c5b6b1f4 (diff) | |
download | CMake-73bb781df05e46a93e878535996f4753b8e5e06c.zip CMake-73bb781df05e46a93e878535996f4753b8e5e06c.tar.gz CMake-73bb781df05e46a93e878535996f4753b8e5e06c.tar.bz2 |
Help: Reword misleading docs for cmake -E time
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index ff8c6c7..c2e6435 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -337,7 +337,7 @@ Available commands are: ``paxr`` (restricted pax, default), and ``zip``. ``time <command> [<args>...]`` - Run command and return elapsed time. + Run command and display elapsed time. ``touch <file>`` Touch a file. |