diff options
author | Craig Scott <craig.scott@crascit.com> | 2018-01-20 22:54:02 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-01-20 22:54:24 (GMT) |
commit | 11c4ea7f110b267d057c432395642f713a52758d (patch) | |
tree | 4646a70aee2e957d8b3424cf8ded4cb2d6ff23f5 /Source | |
parent | ab1be0891333e1d623c7d561879b2ce26368de83 (diff) | |
parent | 73bb781df05e46a93e878535996f4753b8e5e06c (diff) | |
download | CMake-11c4ea7f110b267d057c432395642f713a52758d.zip CMake-11c4ea7f110b267d057c432395642f713a52758d.tar.gz CMake-11c4ea7f110b267d057c432395642f713a52758d.tar.bz2 |
Merge topic 'reword-cmake-E-time-help'
73bb781d Help: Reword misleading docs for cmake -E time
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1677
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmcmd.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmcmd.cxx b/Source/cmcmd.cxx index f660f43..2c3bda2 100644 --- a/Source/cmcmd.cxx +++ b/Source/cmcmd.cxx @@ -103,7 +103,7 @@ void CMakeCommandUsage(const char* program) << " sleep <number>... - sleep for given number of seconds\n" << " tar [cxt][vf][zjJ] file.tar [file/dir1 file/dir2 ...]\n" << " - create or extract a tar or zip archive\n" - << " time command [args...] - run command and return elapsed time\n" + << " time command [args...] - run command and display elapsed time\n" << " touch file - touch a file.\n" << " touch_nocreate file - touch a file but do not create it.\n" #if defined(_WIN32) && !defined(__CYGWIN__) |