mirror of
https://github.com/reactos/CMake.git
synced 2024-12-03 00:57:25 +00:00
Help: Reword misleading docs for cmake -E time
This commit is contained in:
parent
927c603574
commit
73bb781df0
@ -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