summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-01-21 18:48:30 (GMT)
committerBrad King <brad.king@kitware.com>2014-01-21 18:50:49 (GMT)
commit94389f6388367aa4d9bfa58c9cde89e33d1858dc (patch)
treefb39dc1d65ae8332ab8dc791de86dc01eb91fc8b /Help
parenta86865e96c55c8a35615c24af0cf1c990f4bba68 (diff)
downloadCMake-94389f6388367aa4d9bfa58c9cde89e33d1858dc.zip
CMake-94389f6388367aa4d9bfa58c9cde89e33d1858dc.tar.gz
CMake-94389f6388367aa4d9bfa58c9cde89e33d1858dc.tar.bz2
cmake: Add '-E sleep' command
Add a cmake command-line interface to provide a cross-platform 'sleep'.
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake.1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index d209b8b..5743ab7 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -39,7 +39,7 @@ Options
that can be used on all systems. Run with -E help for the usage
information. Commands available are: chdir, compare_files, copy,
copy_directory, copy_if_different, echo, echo_append, environment,
- make_directory, md5sum, remove, remove_directory, rename, tar, time,
+ make_directory, md5sum, remove, remove_directory, rename, sleep, tar, time,
touch, touch_nocreate. In addition, some platform specific commands
are available. On Windows: delete_regv, write_regv. On
UNIX: create_symlink.