From 50c0f8b05bd623af927d29dc01e5c7e7fb04dd34 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Sun, 17 Jan 2021 21:19:34 +0100 Subject: Comply with naming conventions for optional parameters --- kde-modules/KDEGitCommitHooks.cmake | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'kde-modules/KDEGitCommitHooks.cmake') 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 CHECKS ) +# kde_configure_pre_commit_hook( +# CHECKS [ [...]] +# [GIT_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 -- cgit v1.2.1