diff options
author | Brad King <brad.king@kitware.com> | 2013-06-24 12:37:42 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-06-24 12:37:42 (GMT) |
commit | c5c94269b6455296298ef2a454b8b0ae0ef79811 (patch) | |
tree | df60310a6aafc876ff3ec4e1a653c5423eddece2 /Source/cmake.cxx | |
parent | bd2e3c77660caf029637f7736e8a8b65ece5c8c5 (diff) | |
parent | ae06f80716ff52b398dc9729ae73fe84baae049d (diff) | |
download | CMake-c5c94269b6455296298ef2a454b8b0ae0ef79811.zip CMake-c5c94269b6455296298ef2a454b8b0ae0ef79811.tar.gz CMake-c5c94269b6455296298ef2a454b8b0ae0ef79811.tar.bz2 |
Merge topic 'doc-E-tar-zip'
ae06f80 cmake: Document "-E tar" support for .zip (#14225)
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index cf92640..e500a27 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -1168,9 +1168,8 @@ void CMakeCommandUsage(const char* program) << " remove_directory dir - remove a directory and its contents\n" << " rename oldname newname - rename a file or directory " "(on one volume)\n" - << " tar [cxt][vfz][cvfj] file.tar " - "file/dir1 file/dir2 ... - create a tar " - "archive\n" + << " tar [cxt][vfz][cvfj] 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" << " touch file - touch a file.\n" << " touch_nocreate file - touch a file but do not create it.\n" |