diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-08-09 19:33:17 (GMT) |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2022-08-14 05:58:41 (GMT) |
commit | 28ecfd1690fe949274a7be8cd1869b68bef7f64d (patch) | |
tree | b4b7dfefb783338a5753c989c14d73a52465cf3f /Help/manual/cpack.1.rst | |
parent | 57f23fa8fcd508ac26a2e87deae0704c11e77933 (diff) | |
download | CMake-28ecfd1690fe949274a7be8cd1869b68bef7f64d.zip CMake-28ecfd1690fe949274a7be8cd1869b68bef7f64d.tar.gz CMake-28ecfd1690fe949274a7be8cd1869b68bef7f64d.tar.bz2 |
Help: Short options first, then long, then Windows style
Diffstat (limited to 'Help/manual/cpack.1.rst')
-rw-r--r-- | Help/manual/cpack.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cpack.1.rst b/Help/manual/cpack.1.rst index 4861e95..a95df8b 100644 --- a/Help/manual/cpack.1.rst +++ b/Help/manual/cpack.1.rst @@ -73,7 +73,7 @@ Options details. By default, ``CPackConfig.cmake`` in the current directory will be used. -.. option:: --verbose, -V +.. option:: -V, --verbose Run ``cpack`` with verbose output. This can be used to show more details from the package generation tools and is suitable for project developers. |