mirror of
https://github.com/reactos/CMake.git
synced 2024-12-03 00:57:25 +00:00
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
This commit is contained in:
commit
11c4ea7f11
@ -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.
|
||||
|
@ -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__)
|
||||
|
Loading…
Reference in New Issue
Block a user