diff options
author | Brad King <brad.king@kitware.com> | 2019-05-30 13:39:23 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-05-30 13:39:35 (GMT) |
commit | 05af1770a05e00d67f12f4e3ef294360d8d6480d (patch) | |
tree | aa3df4cd9049aaa6c7db42084590e4166cf5ec37 /Help/manual | |
parent | c68efd196eace176bed5216573d99fabba66df84 (diff) | |
parent | 53cb1f2d04bc9ca7bd50bd3b1a60dc933eab0777 (diff) | |
download | CMake-05af1770a05e00d67f12f4e3ef294360d8d6480d.zip CMake-05af1770a05e00d67f12f4e3ef294360d8d6480d.tar.gz CMake-05af1770a05e00d67f12f4e3ef294360d8d6480d.tar.bz2 |
Merge topic 'tar-zstd-compression'
53cb1f2d04 cmake: Teach cmake -E tar command, Zstandard compression
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3357
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake.1.rst | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index 97c65e7..107c2cb 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -552,20 +552,23 @@ Available commands are: Compress the resulting archive with bzip2. ``J`` Compress the resulting archive with XZ. - ``--`` - Stop interpreting options and treat all remaining arguments - as file names even if they start in ``-``. + ``--zstd`` + Compress the resulting archive with Zstandard. ``--files-from=<file>`` Read file names from the given file, one per line. Blank lines are ignored. Lines may not start in ``-`` except for ``--add-file=<name>`` to add files whose names start in ``-``. - ``--mtime=<date>`` - Specify modification time recorded in tarball entries. ``--format=<format>`` Specify the format of the archive to be created. Supported formats are: ``7zip``, ``gnutar``, ``pax``, ``paxr`` (restricted pax, default), and ``zip``. + ``--mtime=<date>`` + Specify modification time recorded in tarball entries. + ``--`` + Stop interpreting options and treat all remaining arguments + as file names, even if they start with ``-``. + ``time <command> [<args>...]`` Run command and display elapsed time. |