mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 08:40:11 -06:00
cmake: Document "-E tar" support for .zip (#14225)
Through use of libarchive internally we support .zip files as well as .tar format. The ExternalProject module makes use of this feature. Document support officially.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user