diff options
author | Alexander Lohnau <alexander.lohnau@gmx.de> | 2021-01-17 21:19:34 +0100 |
---|---|---|
committer | Alexander Lohnau <alexander.lohnau@gmx.de> | 2021-01-17 21:30:06 +0100 |
commit | 50c0f8b05bd623af927d29dc01e5c7e7fb04dd34 (patch) | |
tree | eedab515e183e7d0ea8395c2ef411ec1e7ad6565 /kde-modules | |
parent | 6d03e2fd869d189a29243cafb2bb417767ae5294 (diff) | |
download | extra-cmake-modules-50c0f8b05bd623af927d29dc01e5c7e7fb04dd34.tar.gz extra-cmake-modules-50c0f8b05bd623af927d29dc01e5c7e7fb04dd34.tar.bz2 |
Comply with naming conventions for optional parameters
Diffstat (limited to 'kde-modules')
-rw-r--r-- | kde-modules/KDEGitCommitHooks.cmake | 5 |
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 |