Help: Reword misleading docs for cmake -E time

This commit is contained in:
Taylor Braun-Jones 2018-01-19 15:34:38 -05:00
parent 927c603574
commit 73bb781df0
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View 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__)