aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Lohnau <alexander.lohnau@gmx.de>2021-01-17 21:19:34 +0100
committerAlexander Lohnau <alexander.lohnau@gmx.de>2021-01-17 21:30:06 +0100
commit50c0f8b05bd623af927d29dc01e5c7e7fb04dd34 (patch)
treeeedab515e183e7d0ea8395c2ef411ec1e7ad6565
parent6d03e2fd869d189a29243cafb2bb417767ae5294 (diff)
downloadextra-cmake-modules-50c0f8b05bd623af927d29dc01e5c7e7fb04dd34.tar.gz
extra-cmake-modules-50c0f8b05bd623af927d29dc01e5c7e7fb04dd34.tar.bz2
Comply with naming conventions for optional parameters
-rw-r--r--kde-modules/KDEGitCommitHooks.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/kde-modules/KDEGitCommitHooks.cmake b/kde-modules/KDEGitCommitHooks.cmake
index aa2bec60..b0b1a188 100644
--- a/kde-modules/KDEGitCommitHooks.cmake
+++ b/kde-modules/KDEGitCommitHooks.cmake
@@ -9,7 +9,10 @@
#
# ::
#
-# kde_configure_pre_commit_hook(GIT_DIR <dir> CHECKS <checks...>)
+# kde_configure_pre_commit_hook(
+# CHECKS <check1> [<check2> [...]]
+# [GIT_DIR <dir>]
+# )
#
# This function will create a pre-commit hook which contains all the given checks.
# In case the source dir does not contain the .git folder, the GIT_DIR