summaryrefslogtreecommitdiff
path: root/Help/manual
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-01-21 13:48:30 -0500
committerBrad King <brad.king@kitware.com>2014-01-21 13:50:49 -0500
commit94389f6388367aa4d9bfa58c9cde89e33d1858dc (patch)
treefb39dc1d65ae8332ab8dc791de86dc01eb91fc8b /Help/manual
parenta86865e96c55c8a35615c24af0cf1c990f4bba68 (diff)
downloadcmake-94389f6388367aa4d9bfa58c9cde89e33d1858dc.tar.gz
cmake: Add '-E sleep' command
Add a cmake command-line interface to provide a cross-platform 'sleep'.
Diffstat (limited to 'Help/manual')
-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 d209b8bb92..5743ab7982 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.