summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-06-24 08:37:42 -0400
committerCMake Topic Stage <kwrobot@kitware.com>2013-06-24 08:37:42 -0400
commitc5c94269b6455296298ef2a454b8b0ae0ef79811 (patch)
treedf60310a6aafc876ff3ec4e1a653c5423eddece2 /Source
parentbd2e3c77660caf029637f7736e8a8b65ece5c8c5 (diff)
parentae06f80716ff52b398dc9729ae73fe84baae049d (diff)
downloadcmake-c5c94269b6455296298ef2a454b8b0ae0ef79811.tar.gz
Merge topic 'doc-E-tar-zip'
ae06f80 cmake: Document "-E tar" support for .zip (#14225)
Diffstat (limited to 'Source')
-rw-r--r--Source/cmake.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index cf92640a1f..e500a2779c 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"