diff options
author | Brad King <brad.king@kitware.com> | 2014-01-22 08:47:57 -0500 |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-01-22 08:47:57 -0500 |
commit | d8d3e9241e73825596c3a0c52823b73cca29011d (patch) | |
tree | dff4c6b94ef0ecefa3d5fb41029ff70e4155218a /Help/manual | |
parent | 1021ad80f9faa41eb6755287904f5ef692deaf02 (diff) | |
parent | 94389f6388367aa4d9bfa58c9cde89e33d1858dc (diff) | |
download | cmake-d8d3e9241e73825596c3a0c52823b73cca29011d.tar.gz |
Merge topic 'cmake-E-sleep'
94389f63 cmake: Add '-E sleep' command
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake.1.rst | 2 |
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. |