mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
9 lines
366 B
ReStructuredText
9 lines
366 B
ReStructuredText
cmake-e-tar-error-handling
|
|
--------------------------
|
|
|
|
* The :manual:`cmake(1)` ``-E tar`` tool now parses all flags, and if an
|
|
invalid flag was provided, a warning is issued.
|
|
* The :manual:`cmake(1)` ``-E tar`` tool now displays an error if no action
|
|
flag was specified, along with a list of possible actions: ``t`` (list),
|
|
``c`` (create) or ``x`` (extract).
|