diff options
author | Brad King <brad.king@kitware.com> | 2020-07-06 13:24:40 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-07-06 13:24:47 (GMT) |
commit | 948925f4161265d28676b6034c57e8e41f3801f8 (patch) | |
tree | 6bc325ea8b2311da04b8fbe2af0c5584289f8deb | |
parent | 6180d991488ba5366f3e7971fb509f1a894e7af4 (diff) | |
parent | f9766dad199cb465824457c00d5e9bc91755d8ff (diff) | |
download | CMake-948925f4161265d28676b6034c57e8e41f3801f8.zip CMake-948925f4161265d28676b6034c57e8e41f3801f8.tar.gz CMake-948925f4161265d28676b6034c57e8e41f3801f8.tar.bz2 |
Merge topic 'doc-file_ARCHIVE_synopsis' into release-3.18
f9766dad19 Help: Update file(ARCHIVE...) synopsis for renamed options
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4977
-rw-r--r-- | Help/command/file.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/command/file.rst b/Help/command/file.rst index c1a2032..e7bc8d2 100644 --- a/Help/command/file.rst +++ b/Help/command/file.rst @@ -43,8 +43,8 @@ Synopsis file(`LOCK`_ <path> [...]) `Archiving`_ - file(`ARCHIVE_CREATE`_ OUTPUT <archive> FILES <files> [...]) - file(`ARCHIVE_EXTRACT`_ INPUT <archive> DESTINATION <dir> [...]) + file(`ARCHIVE_CREATE`_ OUTPUT <archive> PATHS <paths>... [...]) + file(`ARCHIVE_EXTRACT`_ INPUT <archive> [...]) Reading ^^^^^^^ |